Html Css Color HEX #C66C16 Chocolate

📋 copy color: '#C66C16'

red 198 ◦ green 108 ◦ blue 22

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

Shades of Chocolate #C66C16

Tints of Chocolate #C66C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.71%

R = 60.37%
G = 32.93%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C66C16 (or 0xC66C16) is known color: Chocolate. HEX triplet: C6, 6C and 16. RGB value is (198,108,22). Sum of RGB (Red+Green+Blue) = 198+108+22=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66C16 is #3993E9. Grayscale: #7D7D7D. Windows color (decimal): -3773418 or 1469638. OLE color: 1469638.

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

Color convert

RGB 198 108 22 -
CMYK 0 0.45 0.89 0.22
HSL 29.32º 0.8% 0.43% -
HSV(B) 29.32º 0.89% 0.78% -
XYZ 28.8 22.79 3.64 -
YUV 125.11 69.82 179.99 -
System Red Green Blue C M Y K H S L
Decimal 198 108 22 0 0.45 0.89 0.22 29.32 0.8 0.43
Hex C6 6C 16 0 2D 59 16 1D 50 2B
Octal 306 154 26 0 55 131 26 35 120 53
Binary 11000110 1101100 10110 0 101101 1011001 10110 11101 1010000 101011

Color Harmonies of #C66C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66C16

Black with #C66C16

Text Example


Text Example

White with #C66C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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