Html Css Color HEX #C66112 Chocolate

📋 copy color: '#C66112'

red 198 ◦ green 97 ◦ blue 18

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

Shades of Chocolate #C66112

Tints of Chocolate #C66112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.99%

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

R = 63.26%
G = 30.99%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C66112 (or 0xC66112) is known color: Chocolate. HEX triplet: C6, 61 and 12. RGB value is (198,97,18). Sum of RGB (Red+Green+Blue) = 198+97+18=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C66112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66112 is #399EED. Grayscale: #767676. Windows color (decimal): -3776238 or 1204678. OLE color: 1204678.

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

Color convert

RGB 198 97 18 -
CMYK 0 0.51 0.91 0.22
HSL 26.33º 0.83% 0.42% -
HSV(B) 26.33º 0.91% 0.78% -
XYZ 27.67 20.6 3.09 -
YUV 118.19 71.46 184.92 -
System Red Green Blue C M Y K H S L
Decimal 198 97 18 0 0.51 0.91 0.22 26.33 0.83 0.42
Hex C6 61 12 0 33 5B 16 1A 53 2A
Octal 306 141 22 0 63 133 26 32 123 52
Binary 11000110 1100001 10010 0 110011 1011011 10110 11010 1010011 101010

Color Harmonies of #C66112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66112

Black with #C66112

Text Example


Text Example

White with #C66112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66112; }

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

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

background-color css

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

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

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

border-color css

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

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

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