Shades of Chocolate #CF660D
Tints of Chocolate #CF660D
RGB
CMYK
RGB Variations
Color information
#CF660D (or 0xCF660D) is known color: Chocolate. HEX triplet: CF, 66 and 0D. RGB value is (207,102,13). Sum of RGB (Red+Green+Blue) = 207+102+13=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF660D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF660D is #3099F2. Grayscale: #7B7B7B. Windows color (decimal): -3185139 or 878287. OLE color: 878287.
HSL color Cylindrical-coordinate representation of color #CF660D: hue angle of 27.53º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF660D is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 13 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.19 |
| HSL | 27.53º | 0.88% | 0.43% | - |
| HSV(B) | 27.53º | 0.94% | 0.81% | - |
| XYZ | 30.56 | 22.8 | 3.17 | - |
| YUV | 123.25 | 65.79 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 13 | 0 | 0.51 | 0.94 | 0.19 | 27.53 | 0.88 | 0.43 |
| Hex | CF | 66 | D | 0 | 33 | 5E | 13 | 1C | 58 | 2B |
| Octal | 317 | 146 | 15 | 0 | 63 | 136 | 23 | 34 | 130 | 53 |
| Binary | 11001111 | 1100110 | 1101 | 0 | 110011 | 1011110 | 10011 | 11100 | 1011000 | 101011 |
Color Harmonies of #CF660D
Complementary color
Monochromatic Colors of #CF660D
Black with #CF660D
Text Example
Text Example
White with #CF660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF660D; }
p { color: rgb(207,102,13); }
H1.HeaderClassName
{
color: #CF660D;
}
.AnyTagClassName
{
color: #CF660D;
}
</style>
background-color css
<style>
a { background-color: #CF660D; }
a { background-color: rgb(207,102,13); }
div.DivClassName
{
background-color: #CF660D;
}
.BgClassName
{
background-color: #CF660D;
}
</style>
border-color css
<style>
span { border-color: #CF660D; }
span { border-color: rgb(207,102,13); }
td.TdClassName
{
border-color: #CF660D;
}
.TagClassName
{
border-color: #CF660D;
}
</style>