Shades of Chocolate #C66212
Tints of Chocolate #C66212
RGB
CMYK
RGB Variations
Color information
#C66212 (or 0xC66212) is known color: Chocolate. HEX triplet: C6, 62 and 12. RGB value is (198,98,18). Sum of RGB (Red+Green+Blue) = 198+98+18=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C66212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66212 is #399DED. Grayscale: #777777. Windows color (decimal): -3775982 or 1204934. OLE color: 1204934.
HSL color Cylindrical-coordinate representation of color #C66212: hue angle of 26.67º 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 #C66212 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 18 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.22 |
| HSL | 26.67º | 0.83% | 0.42% | - |
| HSV(B) | 26.67º | 0.91% | 0.78% | - |
| XYZ | 27.77 | 20.78 | 3.12 | - |
| YUV | 118.78 | 71.13 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 18 | 0 | 0.51 | 0.91 | 0.22 | 26.67 | 0.83 | 0.42 |
| Hex | C6 | 62 | 12 | 0 | 33 | 5B | 16 | 1B | 53 | 2A |
| Octal | 306 | 142 | 22 | 0 | 63 | 133 | 26 | 33 | 123 | 52 |
| Binary | 11000110 | 1100010 | 10010 | 0 | 110011 | 1011011 | 10110 | 11011 | 1010011 | 101010 |
Color Harmonies of #C66212
Complementary color
Monochromatic Colors of #C66212
Black with #C66212
Text Example
Text Example
White with #C66212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66212; }
p { color: rgb(198,98,18); }
H1.HeaderClassName
{
color: #C66212;
}
.AnyTagClassName
{
color: #C66212;
}
</style>
background-color css
<style>
a { background-color: #C66212; }
a { background-color: rgb(198,98,18); }
div.DivClassName
{
background-color: #C66212;
}
.BgClassName
{
background-color: #C66212;
}
</style>
border-color css
<style>
span { border-color: #C66212; }
span { border-color: rgb(198,98,18); }
td.TdClassName
{
border-color: #C66212;
}
.TagClassName
{
border-color: #C66212;
}
</style>