Html Css Color HEX #C66C19 Chocolate

📋 copy color: '#C66C19'

red 198 ◦ green 108 ◦ blue 25

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

Shades of Chocolate #C66C19

Tints of Chocolate #C66C19

RGB

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

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

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

R = 59.82%
G = 32.63%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C66C19 (or 0xC66C19) is known color: Chocolate. HEX triplet: C6, 6C and 19. RGB value is (198,108,25). Sum of RGB (Red+Green+Blue) = 198+108+25=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66C19 is #3993E6. Grayscale: #7D7D7D. Windows color (decimal): -3773415 or 1666246. OLE color: 1666246.

HSL color Cylindrical-coordinate representation of color #C66C19: hue angle of 28.79º 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 #C66C19 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 108 25 -
CMYK 0 0.45 0.87 0.22
HSL 28.79º 0.78% 0.44% -
HSV(B) 28.79º 0.87% 0.78% -
XYZ 28.83 22.8 3.8 -
YUV 125.45 71.32 179.75 -
System Red Green Blue C M Y K H S L
Decimal 198 108 25 0 0.45 0.87 0.22 28.79 0.78 0.44
Hex C6 6C 19 0 2D 57 16 1D 4E 2C
Octal 306 154 31 0 55 127 26 35 116 54
Binary 11000110 1101100 11001 0 101101 1010111 10110 11101 1001110 101100

Color Harmonies of #C66C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66C19

Black with #C66C19

Text Example


Text Example

White with #C66C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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