Shades of Chocolate #CF6918
Tints of Chocolate #CF6918
RGB
CMYK
RGB Variations
Color information
#CF6918 (or 0xCF6918) is known color: Chocolate. HEX triplet: CF, 69 and 18. RGB value is (207,105,24). Sum of RGB (Red+Green+Blue) = 207+105+24=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6918 is #3096E7. Grayscale: #7E7E7E. Windows color (decimal): -3184360 or 1599951. OLE color: 1599951.
HSL color Cylindrical-coordinate representation of color #CF6918: hue angle of 26.56º 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 #CF6918 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 24 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.19 |
| HSL | 26.56º | 0.79% | 0.45% | - |
| HSV(B) | 26.56º | 0.88% | 0.81% | - |
| XYZ | 30.95 | 23.43 | 3.76 | - |
| YUV | 126.26 | 70.29 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 24 | 0 | 0.49 | 0.88 | 0.19 | 26.56 | 0.79 | 0.45 |
| Hex | CF | 69 | 18 | 0 | 31 | 58 | 13 | 1B | 4F | 2D |
| Octal | 317 | 151 | 30 | 0 | 61 | 130 | 23 | 33 | 117 | 55 |
| Binary | 11001111 | 1101001 | 11000 | 0 | 110001 | 1011000 | 10011 | 11011 | 1001111 | 101101 |
Color Harmonies of #CF6918
Complementary color
Monochromatic Colors of #CF6918
Black with #CF6918
Text Example
Text Example
White with #CF6918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6918; }
p { color: rgb(207,105,24); }
H1.HeaderClassName
{
color: #CF6918;
}
.AnyTagClassName
{
color: #CF6918;
}
</style>
background-color css
<style>
a { background-color: #CF6918; }
a { background-color: rgb(207,105,24); }
div.DivClassName
{
background-color: #CF6918;
}
.BgClassName
{
background-color: #CF6918;
}
</style>
border-color css
<style>
span { border-color: #CF6918; }
span { border-color: rgb(207,105,24); }
td.TdClassName
{
border-color: #CF6918;
}
.TagClassName
{
border-color: #CF6918;
}
</style>