Shades of Chocolate #CF651F
Tints of Chocolate #CF651F
RGB
CMYK
RGB Variations
Color information
#CF651F (or 0xCF651F) is known color: Chocolate. HEX triplet: CF, 65 and 1F. RGB value is (207,101,31). Sum of RGB (Red+Green+Blue) = 207+101+31=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF651F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF651F is #309AE0. Grayscale: #7D7D7D. Windows color (decimal): -3185377 or 2057679. OLE color: 2057679.
HSL color Cylindrical-coordinate representation of color #CF651F: hue angle of 23.86º 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 #CF651F is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 31 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.19 |
| HSL | 23.86º | 0.74% | 0.47% | - |
| HSV(B) | 23.86º | 0.85% | 0.81% | - |
| XYZ | 30.63 | 22.67 | 4.06 | - |
| YUV | 124.71 | 75.12 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 31 | 0 | 0.51 | 0.85 | 0.19 | 23.86 | 0.74 | 0.47 |
| Hex | CF | 65 | 1F | 0 | 33 | 55 | 13 | 18 | 4A | 2F |
| Octal | 317 | 145 | 37 | 0 | 63 | 125 | 23 | 30 | 112 | 57 |
| Binary | 11001111 | 1100101 | 11111 | 0 | 110011 | 1010101 | 10011 | 11000 | 1001010 | 101111 |
Color Harmonies of #CF651F
Complementary color
Monochromatic Colors of #CF651F
Black with #CF651F
Text Example
Text Example
White with #CF651F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF651F; }
p { color: rgb(207,101,31); }
H1.HeaderClassName
{
color: #CF651F;
}
.AnyTagClassName
{
color: #CF651F;
}
</style>
background-color css
<style>
a { background-color: #CF651F; }
a { background-color: rgb(207,101,31); }
div.DivClassName
{
background-color: #CF651F;
}
.BgClassName
{
background-color: #CF651F;
}
</style>
border-color css
<style>
span { border-color: #CF651F; }
span { border-color: rgb(207,101,31); }
td.TdClassName
{
border-color: #CF651F;
}
.TagClassName
{
border-color: #CF651F;
}
</style>