Shades of Chocolate #CF6718
Tints of Chocolate #CF6718
RGB
CMYK
RGB Variations
Color information
#CF6718 (or 0xCF6718) is known color: Chocolate. HEX triplet: CF, 67 and 18. RGB value is (207,103,24). Sum of RGB (Red+Green+Blue) = 207+103+24=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6718 is #3098E7. Grayscale: #7D7D7D. Windows color (decimal): -3184872 or 1599439. OLE color: 1599439.
HSL color Cylindrical-coordinate representation of color #CF6718: hue angle of 25.9º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF6718 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 24 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.19 |
| HSL | 25.9º | 0.79% | 0.45% | - |
| HSV(B) | 25.9º | 0.88% | 0.81% | - |
| XYZ | 30.75 | 23.03 | 3.69 | - |
| YUV | 125.09 | 70.96 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 24 | 0 | 0.50 | 0.88 | 0.19 | 25.9 | 0.79 | 0.45 |
| Hex | CF | 67 | 18 | 0 | 32 | 58 | 13 | 1A | 4F | 2D |
| Octal | 317 | 147 | 30 | 0 | 62 | 130 | 23 | 32 | 117 | 55 |
| Binary | 11001111 | 1100111 | 11000 | 0 | 110010 | 1011000 | 10011 | 11010 | 1001111 | 101101 |
Color Harmonies of #CF6718
Complementary color
Monochromatic Colors of #CF6718
Black with #CF6718
Text Example
Text Example
White with #CF6718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6718; }
p { color: rgb(207,103,24); }
H1.HeaderClassName
{
color: #CF6718;
}
.AnyTagClassName
{
color: #CF6718;
}
</style>
background-color css
<style>
a { background-color: #CF6718; }
a { background-color: rgb(207,103,24); }
div.DivClassName
{
background-color: #CF6718;
}
.BgClassName
{
background-color: #CF6718;
}
</style>
border-color css
<style>
span { border-color: #CF6718; }
span { border-color: rgb(207,103,24); }
td.TdClassName
{
border-color: #CF6718;
}
.TagClassName
{
border-color: #CF6718;
}
</style>