Shades of Chocolate #CF6B13
Tints of Chocolate #CF6B13
RGB
CMYK
RGB Variations
Color information
#CF6B13 (or 0xCF6B13) is known color: Chocolate. HEX triplet: CF, 6B and 13. RGB value is (207,107,19). Sum of RGB (Red+Green+Blue) = 207+107+19=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6B13 is #3094EC. Grayscale: #7F7F7F. Windows color (decimal): -3183853 or 1272783. OLE color: 1272783.
HSL color Cylindrical-coordinate representation of color #CF6B13: hue angle of 28.09º 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 #CF6B13 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 19 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.19 |
| HSL | 28.09º | 0.83% | 0.44% | - |
| HSV(B) | 28.09º | 0.91% | 0.81% | - |
| XYZ | 31.11 | 23.83 | 3.58 | - |
| YUV | 126.87 | 67.13 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 19 | 0 | 0.48 | 0.91 | 0.19 | 28.09 | 0.83 | 0.44 |
| Hex | CF | 6B | 13 | 0 | 30 | 5B | 13 | 1C | 53 | 2C |
| Octal | 317 | 153 | 23 | 0 | 60 | 133 | 23 | 34 | 123 | 54 |
| Binary | 11001111 | 1101011 | 10011 | 0 | 110000 | 1011011 | 10011 | 11100 | 1010011 | 101100 |
Color Harmonies of #CF6B13
Complementary color
Monochromatic Colors of #CF6B13
Black with #CF6B13
Text Example
Text Example
White with #CF6B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6B13; }
p { color: rgb(207,107,19); }
H1.HeaderClassName
{
color: #CF6B13;
}
.AnyTagClassName
{
color: #CF6B13;
}
</style>
background-color css
<style>
a { background-color: #CF6B13; }
a { background-color: rgb(207,107,19); }
div.DivClassName
{
background-color: #CF6B13;
}
.BgClassName
{
background-color: #CF6B13;
}
</style>
border-color css
<style>
span { border-color: #CF6B13; }
span { border-color: rgb(207,107,19); }
td.TdClassName
{
border-color: #CF6B13;
}
.TagClassName
{
border-color: #CF6B13;
}
</style>