Shades of Chocolate #CF6A10
Tints of Chocolate #CF6A10
RGB
CMYK
RGB Variations
Color information
#CF6A10 (or 0xCF6A10) is known color: Chocolate. HEX triplet: CF, 6A and 10. RGB value is (207,106,16). Sum of RGB (Red+Green+Blue) = 207+106+16=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6A10 is #3095EF. Grayscale: #7E7E7E. Windows color (decimal): -3184112 or 1075919. OLE color: 1075919.
HSL color Cylindrical-coordinate representation of color #CF6A10: hue angle of 28.27º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF6A10 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 16 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.19 |
| HSL | 28.27º | 0.86% | 0.44% | - |
| HSV(B) | 28.27º | 0.92% | 0.81% | - |
| XYZ | 30.98 | 23.61 | 3.41 | - |
| YUV | 125.94 | 65.96 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 16 | 0 | 0.49 | 0.92 | 0.19 | 28.27 | 0.86 | 0.44 |
| Hex | CF | 6A | 10 | 0 | 31 | 5C | 13 | 1C | 56 | 2C |
| Octal | 317 | 152 | 20 | 0 | 61 | 134 | 23 | 34 | 126 | 54 |
| Binary | 11001111 | 1101010 | 10000 | 0 | 110001 | 1011100 | 10011 | 11100 | 1010110 | 101100 |
Color Harmonies of #CF6A10
Complementary color
Monochromatic Colors of #CF6A10
Black with #CF6A10
Text Example
Text Example
White with #CF6A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A10; }
p { color: rgb(207,106,16); }
H1.HeaderClassName
{
color: #CF6A10;
}
.AnyTagClassName
{
color: #CF6A10;
}
</style>
background-color css
<style>
a { background-color: #CF6A10; }
a { background-color: rgb(207,106,16); }
div.DivClassName
{
background-color: #CF6A10;
}
.BgClassName
{
background-color: #CF6A10;
}
</style>
border-color css
<style>
span { border-color: #CF6A10; }
span { border-color: rgb(207,106,16); }
td.TdClassName
{
border-color: #CF6A10;
}
.TagClassName
{
border-color: #CF6A10;
}
</style>