Shades of Chocolate #CF6C0A
Tints of Chocolate #CF6C0A
RGB
CMYK
RGB Variations
Color information
#CF6C0A (or 0xCF6C0A) is known color: Chocolate. HEX triplet: CF, 6C and 0A. RGB value is (207,108,10). Sum of RGB (Red+Green+Blue) = 207+108+10=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6C0A is #3093F5. Grayscale: #7E7E7E. Windows color (decimal): -3183606 or 683215. OLE color: 683215.
HSL color Cylindrical-coordinate representation of color #CF6C0A: hue angle of 29.85º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF6C0A is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 10 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.19 |
| HSL | 29.85º | 0.91% | 0.43% | - |
| HSV(B) | 29.85º | 0.95% | 0.81% | - |
| XYZ | 31.15 | 24.01 | 3.28 | - |
| YUV | 126.43 | 62.3 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 10 | 0 | 0.48 | 0.95 | 0.19 | 29.85 | 0.91 | 0.43 |
| Hex | CF | 6C | A | 0 | 30 | 5F | 13 | 1E | 5B | 2B |
| Octal | 317 | 154 | 12 | 0 | 60 | 137 | 23 | 36 | 133 | 53 |
| Binary | 11001111 | 1101100 | 1010 | 0 | 110000 | 1011111 | 10011 | 11110 | 1011011 | 101011 |
Color Harmonies of #CF6C0A
Complementary color
Monochromatic Colors of #CF6C0A
Black with #CF6C0A
Text Example
Text Example
White with #CF6C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C0A; }
p { color: rgb(207,108,10); }
H1.HeaderClassName
{
color: #CF6C0A;
}
.AnyTagClassName
{
color: #CF6C0A;
}
</style>
background-color css
<style>
a { background-color: #CF6C0A; }
a { background-color: rgb(207,108,10); }
div.DivClassName
{
background-color: #CF6C0A;
}
.BgClassName
{
background-color: #CF6C0A;
}
</style>
border-color css
<style>
span { border-color: #CF6C0A; }
span { border-color: rgb(207,108,10); }
td.TdClassName
{
border-color: #CF6C0A;
}
.TagClassName
{
border-color: #CF6C0A;
}
</style>