Shades of Chocolate #CF6D1E
Tints of Chocolate #CF6D1E
RGB
CMYK
RGB Variations
Color information
#CF6D1E (or 0xCF6D1E) is known color: Chocolate. HEX triplet: CF, 6D and 1E. RGB value is (207,109,30). Sum of RGB (Red+Green+Blue) = 207+109+30=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D1E is #3092E1. Grayscale: #818181. Windows color (decimal): -3183330 or 1994191. OLE color: 1994191.
HSL color Cylindrical-coordinate representation of color #CF6D1E: hue angle of 26.78º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF6D1E is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 30 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.19 |
| HSL | 26.78º | 0.75% | 0.46% | - |
| HSV(B) | 26.78º | 0.86% | 0.81% | - |
| XYZ | 31.44 | 24.3 | 4.26 | - |
| YUV | 129.3 | 71.97 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 30 | 0 | 0.47 | 0.86 | 0.19 | 26.78 | 0.75 | 0.46 |
| Hex | CF | 6D | 1E | 0 | 2F | 56 | 13 | 1B | 4B | 2E |
| Octal | 317 | 155 | 36 | 0 | 57 | 126 | 23 | 33 | 113 | 56 |
| Binary | 11001111 | 1101101 | 11110 | 0 | 101111 | 1010110 | 10011 | 11011 | 1001011 | 101110 |
Color Harmonies of #CF6D1E
Complementary color
Monochromatic Colors of #CF6D1E
Black with #CF6D1E
Text Example
Text Example
White with #CF6D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6D1E; }
p { color: rgb(207,109,30); }
H1.HeaderClassName
{
color: #CF6D1E;
}
.AnyTagClassName
{
color: #CF6D1E;
}
</style>
background-color css
<style>
a { background-color: #CF6D1E; }
a { background-color: rgb(207,109,30); }
div.DivClassName
{
background-color: #CF6D1E;
}
.BgClassName
{
background-color: #CF6D1E;
}
</style>
border-color css
<style>
span { border-color: #CF6D1E; }
span { border-color: rgb(207,109,30); }
td.TdClassName
{
border-color: #CF6D1E;
}
.TagClassName
{
border-color: #CF6D1E;
}
</style>