Color Hex Logo

#c6650b Color Hex

#C6650B
(198,101,11)
0 Favorites   0 Comments

Color spaces of #c6650b

RGB 19810111
HSL0.080.890.41
HSV29°94°78°
CMYK 0.000.490.94   0.22
XYZ28.002821.33732.9592
Yxy21.33730.53540.4080
Hunter Lab46.192327.374128.5363
CIE-Lab53.316733.924959.3801

#c6650b color RGB value is (198,101,11).

#c6650b hex color red value is 198, green value is 101 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #c6650b hue: 0.08 , saturation: 0.89 and the lightness value of c6650b is 0.41.

The process color (four color CMYK) of #c6650b color hex is 0.00, 0.49, 0.94, 0.22. Web safe color of #c6650b is #cc6600. Color #c6650b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100101 00001011
Octal 306 145 13
Decimal 198 101 11
Hex C6 65 B

RGB Percentages of Color #c6650b

%63.87
%32.58
%3.55

CMYK Percentages of Color #c6650b

%0
%49
%94
%22

Triadic Colors of #c6650b

#c6650b #0bc665 #650bc6

Analogous Colors of #c6650b

#c6650b #c6c30b #c60b0e

Monochromatic Colors of #c6650b

#c6650b

Complementary Color

#c6650b #0b6cc6

#c6650b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6650b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6650b Color CSS Codes

.mybgcolor {background-color:#c6650b; } 
.myforecolor {color:#c6650b; }
.mybordercolor {border:3px solid #c6650b; }

#c6650b Text Font Color

<p style="color:#c6650b">Text here</p>

This sample text font color is #c6650b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c6650b Background Color

<div style="background-color:#c6650b">
Div content here</div>

This div background color is #c6650b


#c6650b Border Color

<div style="border:3px solid #c6650b">
Div here</div>

This div border color is #c6650b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,101,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6650b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6650b;
  -webkit-box-shadow: 1px 1px 3px 2px #c6650b;
  box-shadow:         1px 1px 3px 2px #c6650b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,101,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c6650b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c6650b;
  -webkit-box-shadow: 1px 1px 3px 2px #c6650b;
  box-shadow:         1px 1px 3px 2px #c6650b;">
Div content here</div>

This div box has shadow with color #c6650b


Comments

No comments written yet.

Please login to write comment.