Shades of Chocolate #CF6F1F
Tints of Chocolate #CF6F1F
RGB
CMYK
RGB Variations
Color information
#CF6F1F (or 0xCF6F1F) is known color: Chocolate. HEX triplet: CF, 6F and 1F. RGB value is (207,111,31). Sum of RGB (Red+Green+Blue) = 207+111+31=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6F1F is #3090E0. Grayscale: #838383. Windows color (decimal): -3182817 or 2060239. OLE color: 2060239.
HSL color Cylindrical-coordinate representation of color #CF6F1F: hue angle of 27.27º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF6F1F is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 31 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.19 |
| HSL | 27.27º | 0.74% | 0.47% | - |
| HSV(B) | 27.27º | 0.85% | 0.81% | - |
| XYZ | 31.66 | 24.73 | 4.4 | - |
| YUV | 130.58 | 71.8 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 31 | 0 | 0.46 | 0.85 | 0.19 | 27.27 | 0.74 | 0.47 |
| Hex | CF | 6F | 1F | 0 | 2E | 55 | 13 | 1B | 4A | 2F |
| Octal | 317 | 157 | 37 | 0 | 56 | 125 | 23 | 33 | 112 | 57 |
| Binary | 11001111 | 1101111 | 11111 | 0 | 101110 | 1010101 | 10011 | 11011 | 1001010 | 101111 |
Color Harmonies of #CF6F1F
Complementary color
Monochromatic Colors of #CF6F1F
Black with #CF6F1F
Text Example
Text Example
White with #CF6F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F1F; }
p { color: rgb(207,111,31); }
H1.HeaderClassName
{
color: #CF6F1F;
}
.AnyTagClassName
{
color: #CF6F1F;
}
</style>
background-color css
<style>
a { background-color: #CF6F1F; }
a { background-color: rgb(207,111,31); }
div.DivClassName
{
background-color: #CF6F1F;
}
.BgClassName
{
background-color: #CF6F1F;
}
</style>
border-color css
<style>
span { border-color: #CF6F1F; }
span { border-color: rgb(207,111,31); }
td.TdClassName
{
border-color: #CF6F1F;
}
.TagClassName
{
border-color: #CF6F1F;
}
</style>