Shades of Chocolate #CF661F
Tints of Chocolate #CF661F
RGB
CMYK
RGB Variations
Color information
#CF661F (or 0xCF661F) is known color: Chocolate. HEX triplet: CF, 66 and 1F. RGB value is (207,102,31). Sum of RGB (Red+Green+Blue) = 207+102+31=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF661F is #3099E0. Grayscale: #7D7D7D. Windows color (decimal): -3185121 or 2057935. OLE color: 2057935.
HSL color Cylindrical-coordinate representation of color #CF661F: hue angle of 24.2º 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 #CF661F is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 31 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.19 |
| HSL | 24.2º | 0.74% | 0.47% | - |
| HSV(B) | 24.2º | 0.85% | 0.81% | - |
| XYZ | 30.73 | 22.87 | 4.09 | - |
| YUV | 125.3 | 74.79 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 31 | 0 | 0.51 | 0.85 | 0.19 | 24.2 | 0.74 | 0.47 |
| Hex | CF | 66 | 1F | 0 | 33 | 55 | 13 | 18 | 4A | 2F |
| Octal | 317 | 146 | 37 | 0 | 63 | 125 | 23 | 30 | 112 | 57 |
| Binary | 11001111 | 1100110 | 11111 | 0 | 110011 | 1010101 | 10011 | 11000 | 1001010 | 101111 |
Color Harmonies of #CF661F
Complementary color
Monochromatic Colors of #CF661F
Black with #CF661F
Text Example
Text Example
White with #CF661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF661F; }
p { color: rgb(207,102,31); }
H1.HeaderClassName
{
color: #CF661F;
}
.AnyTagClassName
{
color: #CF661F;
}
</style>
background-color css
<style>
a { background-color: #CF661F; }
a { background-color: rgb(207,102,31); }
div.DivClassName
{
background-color: #CF661F;
}
.BgClassName
{
background-color: #CF661F;
}
</style>
border-color css
<style>
span { border-color: #CF661F; }
span { border-color: rgb(207,102,31); }
td.TdClassName
{
border-color: #CF661F;
}
.TagClassName
{
border-color: #CF661F;
}
</style>