Shades of Chocolate #CF6D13
Tints of Chocolate #CF6D13
RGB
CMYK
RGB Variations
Color information
#CF6D13 (or 0xCF6D13) is known color: Chocolate. HEX triplet: CF, 6D and 13. RGB value is (207,109,19). Sum of RGB (Red+Green+Blue) = 207+109+19=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6D13 is #3092EC. Grayscale: #808080. Windows color (decimal): -3183341 or 1273295. OLE color: 1273295.
HSL color Cylindrical-coordinate representation of color #CF6D13: hue angle of 28.72º 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 #CF6D13 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 19 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.19 |
| HSL | 28.72º | 0.83% | 0.44% | - |
| HSV(B) | 28.72º | 0.91% | 0.81% | - |
| XYZ | 31.32 | 24.25 | 3.65 | - |
| YUV | 128.04 | 66.47 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 19 | 0 | 0.47 | 0.91 | 0.19 | 28.72 | 0.83 | 0.44 |
| Hex | CF | 6D | 13 | 0 | 2F | 5B | 13 | 1D | 53 | 2C |
| Octal | 317 | 155 | 23 | 0 | 57 | 133 | 23 | 35 | 123 | 54 |
| Binary | 11001111 | 1101101 | 10011 | 0 | 101111 | 1011011 | 10011 | 11101 | 1010011 | 101100 |
Color Harmonies of #CF6D13
Complementary color
Monochromatic Colors of #CF6D13
Black with #CF6D13
Text Example
Text Example
White with #CF6D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6D13; }
p { color: rgb(207,109,19); }
H1.HeaderClassName
{
color: #CF6D13;
}
.AnyTagClassName
{
color: #CF6D13;
}
</style>
background-color css
<style>
a { background-color: #CF6D13; }
a { background-color: rgb(207,109,19); }
div.DivClassName
{
background-color: #CF6D13;
}
.BgClassName
{
background-color: #CF6D13;
}
</style>
border-color css
<style>
span { border-color: #CF6D13; }
span { border-color: rgb(207,109,19); }
td.TdClassName
{
border-color: #CF6D13;
}
.TagClassName
{
border-color: #CF6D13;
}
</style>