Html Css Color HEX #C66C12 Chocolate

📋 copy color: '#C66C12'

red 198 ◦ green 108 ◦ blue 18

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

Shades of Chocolate #C66C12

Tints of Chocolate #C66C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.56%

R = 61.11%
G = 33.33%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C66C12 (or 0xC66C12) is known color: Chocolate. HEX triplet: C6, 6C and 12. RGB value is (198,108,18). Sum of RGB (Red+Green+Blue) = 198+108+18=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66C12 is #3993ED. Grayscale: #7D7D7D. Windows color (decimal): -3773422 or 1207494. OLE color: 1207494.

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

Color convert

RGB 198 108 18 -
CMYK 0 0.45 0.91 0.22
HSL 30º 0.83% 0.42% -
HSV(B) 30º 0.91% 0.78% -
XYZ 28.76 22.77 3.45 -
YUV 124.65 67.82 180.32 -
System Red Green Blue C M Y K H S L
Decimal 198 108 18 0 0.45 0.91 0.22 30 0.83 0.42
Hex C6 6C 12 0 2D 5B 16 1E 53 2A
Octal 306 154 22 0 55 133 26 36 123 52
Binary 11000110 1101100 10010 0 101101 1011011 10110 11110 1010011 101010

Color Harmonies of #C66C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66C12

Black with #C66C12

Text Example


Text Example

White with #C66C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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