Shades of Chocolate #CF6913
Tints of Chocolate #CF6913
RGB
CMYK
RGB Variations
Color information
#CF6913 (or 0xCF6913) is known color: Chocolate. HEX triplet: CF, 69 and 13. RGB value is (207,105,19). Sum of RGB (Red+Green+Blue) = 207+105+19=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6913 is #3096EC. Grayscale: #7E7E7E. Windows color (decimal): -3184365 or 1272271. OLE color: 1272271.
HSL color Cylindrical-coordinate representation of color #CF6913: hue angle of 27.45º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF6913 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 19 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.19 |
| HSL | 27.45º | 0.83% | 0.44% | - |
| HSV(B) | 27.45º | 0.91% | 0.81% | - |
| XYZ | 30.9 | 23.42 | 3.51 | - |
| YUV | 125.69 | 67.79 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 19 | 0 | 0.49 | 0.91 | 0.19 | 27.45 | 0.83 | 0.44 |
| Hex | CF | 69 | 13 | 0 | 31 | 5B | 13 | 1B | 53 | 2C |
| Octal | 317 | 151 | 23 | 0 | 61 | 133 | 23 | 33 | 123 | 54 |
| Binary | 11001111 | 1101001 | 10011 | 0 | 110001 | 1011011 | 10011 | 11011 | 1010011 | 101100 |
Color Harmonies of #CF6913
Complementary color
Monochromatic Colors of #CF6913
Black with #CF6913
Text Example
Text Example
White with #CF6913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6913; }
p { color: rgb(207,105,19); }
H1.HeaderClassName
{
color: #CF6913;
}
.AnyTagClassName
{
color: #CF6913;
}
</style>
background-color css
<style>
a { background-color: #CF6913; }
a { background-color: rgb(207,105,19); }
div.DivClassName
{
background-color: #CF6913;
}
.BgClassName
{
background-color: #CF6913;
}
</style>
border-color css
<style>
span { border-color: #CF6913; }
span { border-color: rgb(207,105,19); }
td.TdClassName
{
border-color: #CF6913;
}
.TagClassName
{
border-color: #CF6913;
}
</style>