Shades of Chocolate #C66912
Tints of Chocolate #C66912
RGB
CMYK
RGB Variations
Color information
#C66912 (or 0xC66912) is known color: Chocolate. HEX triplet: C6, 69 and 12. RGB value is (198,105,18). Sum of RGB (Red+Green+Blue) = 198+105+18=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C66912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66912 is #3996ED. Grayscale: #7B7B7B. Windows color (decimal): -3774190 or 1206726. OLE color: 1206726.
HSL color Cylindrical-coordinate representation of color #C66912: hue angle of 29º 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 #C66912 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 18 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.22 |
| HSL | 29º | 0.83% | 0.42% | - |
| HSV(B) | 29º | 0.91% | 0.78% | - |
| XYZ | 28.45 | 22.15 | 3.35 | - |
| YUV | 122.89 | 68.81 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 18 | 0 | 0.47 | 0.91 | 0.22 | 29 | 0.83 | 0.42 |
| Hex | C6 | 69 | 12 | 0 | 2F | 5B | 16 | 1D | 53 | 2A |
| Octal | 306 | 151 | 22 | 0 | 57 | 133 | 26 | 35 | 123 | 52 |
| Binary | 11000110 | 1101001 | 10010 | 0 | 101111 | 1011011 | 10110 | 11101 | 1010011 | 101010 |
Color Harmonies of #C66912
Complementary color
Monochromatic Colors of #C66912
Black with #C66912
Text Example
Text Example
White with #C66912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66912; }
p { color: rgb(198,105,18); }
H1.HeaderClassName
{
color: #C66912;
}
.AnyTagClassName
{
color: #C66912;
}
</style>
background-color css
<style>
a { background-color: #C66912; }
a { background-color: rgb(198,105,18); }
div.DivClassName
{
background-color: #C66912;
}
.BgClassName
{
background-color: #C66912;
}
</style>
border-color css
<style>
span { border-color: #C66912; }
span { border-color: rgb(198,105,18); }
td.TdClassName
{
border-color: #C66912;
}
.TagClassName
{
border-color: #C66912;
}
</style>