Shades of Chocolate #CF6C1D
Tints of Chocolate #CF6C1D
RGB
CMYK
RGB Variations
Color information
#CF6C1D (or 0xCF6C1D) is known color: Chocolate. HEX triplet: CF, 6C and 1D. RGB value is (207,108,29). Sum of RGB (Red+Green+Blue) = 207+108+29=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6C1D is #3093E2. Grayscale: #818181. Windows color (decimal): -3183587 or 1928399. OLE color: 1928399.
HSL color Cylindrical-coordinate representation of color #CF6C1D: hue angle of 26.63º 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 #CF6C1D is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 29 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.19 |
| HSL | 26.63º | 0.75% | 0.46% | - |
| HSV(B) | 26.63º | 0.86% | 0.81% | - |
| XYZ | 31.32 | 24.08 | 4.16 | - |
| YUV | 128.6 | 71.8 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 29 | 0 | 0.48 | 0.86 | 0.19 | 26.63 | 0.75 | 0.46 |
| Hex | CF | 6C | 1D | 0 | 30 | 56 | 13 | 1B | 4B | 2E |
| Octal | 317 | 154 | 35 | 0 | 60 | 126 | 23 | 33 | 113 | 56 |
| Binary | 11001111 | 1101100 | 11101 | 0 | 110000 | 1010110 | 10011 | 11011 | 1001011 | 101110 |
Color Harmonies of #CF6C1D
Complementary color
Monochromatic Colors of #CF6C1D
Black with #CF6C1D
Text Example
Text Example
White with #CF6C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C1D; }
p { color: rgb(207,108,29); }
H1.HeaderClassName
{
color: #CF6C1D;
}
.AnyTagClassName
{
color: #CF6C1D;
}
</style>
background-color css
<style>
a { background-color: #CF6C1D; }
a { background-color: rgb(207,108,29); }
div.DivClassName
{
background-color: #CF6C1D;
}
.BgClassName
{
background-color: #CF6C1D;
}
</style>
border-color css
<style>
span { border-color: #CF6C1D; }
span { border-color: rgb(207,108,29); }
td.TdClassName
{
border-color: #CF6C1D;
}
.TagClassName
{
border-color: #CF6C1D;
}
</style>