Html Css Color HEX #C66B19 Chocolate

📋 copy color: '#C66B19'

red 198 ◦ green 107 ◦ blue 25

#C66B19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #C66B19

Tints of Chocolate #C66B19

RGB

 RED value IS 198 (77.73% from 255) = 60%

 GREEN value IS 107 (42.19% from 255) = 32.42%

 BLUE value IS 25 (10.16% from 255) = 7.58%

R = 60%
G = 32.42%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C66B19 (or 0xC66B19) is known color: Chocolate. HEX triplet: C6, 6B and 19. RGB value is (198,107,25). Sum of RGB (Red+Green+Blue) = 198+107+25=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66B19 is #3994E6. Grayscale: #7D7D7D. Windows color (decimal): -3773671 or 1665990. OLE color: 1665990.

HSL color Cylindrical-coordinate representation of color #C66B19: hue angle of 28.44º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C66B19 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 107 25 -
CMYK 0 0.46 0.87 0.22
HSL 28.44º 0.78% 0.44% -
HSV(B) 28.44º 0.87% 0.78% -
XYZ 28.72 22.59 3.77 -
YUV 124.86 71.65 180.17 -
System Red Green Blue C M Y K H S L
Decimal 198 107 25 0 0.46 0.87 0.22 28.44 0.78 0.44
Hex C6 6B 19 0 2E 57 16 1C 4E 2C
Octal 306 153 31 0 56 127 26 34 116 54
Binary 11000110 1101011 11001 0 101110 1010111 10110 11100 1001110 101100

Color Harmonies of #C66B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66B19

Black with #C66B19

Text Example


Text Example

White with #C66B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66B19; }

 p { color: rgb(198,107,25); }

 H1.HeaderClassName
 {
   color: #C66B19;
 }
 .AnyTagClassName
 {
   color: #C66B19;
 }
</style>

background-color css

<style>
 a { background-color: #C66B19; }

 a { background-color: rgb(198,107,25); }

 div.DivClassName
 {
   background-color: #C66B19;
 }
 .BgClassName
 {
   background-color: #C66B19;
 }
</style>

border-color css

<style>
 span { border-color: #C66B19; }

 span { border-color: rgb(198,107,25); }

 td.TdClassName
 {
   border-color: #C66B19;
 }
 .TagClassName
 {
   border-color: #C66B19;
 }
</style>