Shades of Chocolate #C66F0A
Tints of Chocolate #C66F0A
RGB
CMYK
RGB Variations
Color information
#C66F0A (or 0xC66F0A) is known color: Chocolate. HEX triplet: C6, 6F and 0A. RGB value is (198,111,10). Sum of RGB (Red+Green+Blue) = 198+111+10=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66F0A is #3990F5. Grayscale: #7D7D7D. Windows color (decimal): -3772662 or 683974. OLE color: 683974.
HSL color Cylindrical-coordinate representation of color #C66F0A: hue angle of 32.23º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C66F0A is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 10 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.22 |
| HSL | 32.23º | 0.9% | 0.41% | - |
| HSV(B) | 32.23º | 0.95% | 0.78% | - |
| XYZ | 29.03 | 23.4 | 3.27 | - |
| YUV | 125.5 | 62.82 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 10 | 0 | 0.44 | 0.95 | 0.22 | 32.23 | 0.9 | 0.41 |
| Hex | C6 | 6F | A | 0 | 2C | 5F | 16 | 20 | 5A | 29 |
| Octal | 306 | 157 | 12 | 0 | 54 | 137 | 26 | 40 | 132 | 51 |
| Binary | 11000110 | 1101111 | 1010 | 0 | 101100 | 1011111 | 10110 | 100000 | 1011010 | 101001 |
Color Harmonies of #C66F0A
Complementary color
Monochromatic Colors of #C66F0A
Black with #C66F0A
Text Example
Text Example
White with #C66F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F0A; }
p { color: rgb(198,111,10); }
H1.HeaderClassName
{
color: #C66F0A;
}
.AnyTagClassName
{
color: #C66F0A;
}
</style>
background-color css
<style>
a { background-color: #C66F0A; }
a { background-color: rgb(198,111,10); }
div.DivClassName
{
background-color: #C66F0A;
}
.BgClassName
{
background-color: #C66F0A;
}
</style>
border-color css
<style>
span { border-color: #C66F0A; }
span { border-color: rgb(198,111,10); }
td.TdClassName
{
border-color: #C66F0A;
}
.TagClassName
{
border-color: #C66F0A;
}
</style>