Html Css Color HEX #C66C18 Chocolate

📋 copy color: '#C66C18'

red 198 ◦ green 108 ◦ blue 24

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

Shades of Chocolate #C66C18

Tints of Chocolate #C66C18

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.73%

 BLUE value IS 24 (9.77% from 255) = 7.27%

R = 60%
G = 32.73%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C66C18 (or 0xC66C18) is known color: Chocolate. HEX triplet: C6, 6C and 18. RGB value is (198,108,24). Sum of RGB (Red+Green+Blue) = 198+108+24=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66C18 is #3993E7. Grayscale: #7D7D7D. Windows color (decimal): -3773416 or 1600710. OLE color: 1600710.

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

Color convert

RGB 198 108 24 -
CMYK 0 0.45 0.88 0.22
HSL 28.97º 0.78% 0.44% -
HSV(B) 28.97º 0.88% 0.78% -
XYZ 28.82 22.8 3.75 -
YUV 125.33 70.82 179.83 -
System Red Green Blue C M Y K H S L
Decimal 198 108 24 0 0.45 0.88 0.22 28.97 0.78 0.44
Hex C6 6C 18 0 2D 58 16 1D 4E 2C
Octal 306 154 30 0 55 130 26 35 116 54
Binary 11000110 1101100 11000 0 101101 1011000 10110 11101 1001110 101100

Color Harmonies of #C66C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66C18

Black with #C66C18

Text Example


Text Example

White with #C66C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66C18; }

 p { color: rgb(198,108,24); }

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

background-color css

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

 a { background-color: rgb(198,108,24); }

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

border-color css

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

 span { border-color: rgb(198,108,24); }

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