Shades of Chocolate #CF661B
Tints of Chocolate #CF661B
RGB
CMYK
RGB Variations
Color information
#CF661B (or 0xCF661B) is known color: Chocolate. HEX triplet: CF, 66 and 1B. RGB value is (207,102,27). Sum of RGB (Red+Green+Blue) = 207+102+27=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF661B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF661B is #3099E4. Grayscale: #7D7D7D. Windows color (decimal): -3185125 or 1795791. OLE color: 1795791.
HSL color Cylindrical-coordinate representation of color #CF661B: hue angle of 25º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF661B is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 27 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.19 |
| HSL | 25º | 0.77% | 0.46% | - |
| HSV(B) | 25º | 0.87% | 0.81% | - |
| XYZ | 30.68 | 22.85 | 3.83 | - |
| YUV | 124.85 | 72.79 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 27 | 0 | 0.51 | 0.87 | 0.19 | 25 | 0.77 | 0.46 |
| Hex | CF | 66 | 1B | 0 | 33 | 57 | 13 | 19 | 4D | 2E |
| Octal | 317 | 146 | 33 | 0 | 63 | 127 | 23 | 31 | 115 | 56 |
| Binary | 11001111 | 1100110 | 11011 | 0 | 110011 | 1010111 | 10011 | 11001 | 1001101 | 101110 |
Color Harmonies of #CF661B
Complementary color
Monochromatic Colors of #CF661B
Black with #CF661B
Text Example
Text Example
White with #CF661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF661B; }
p { color: rgb(207,102,27); }
H1.HeaderClassName
{
color: #CF661B;
}
.AnyTagClassName
{
color: #CF661B;
}
</style>
background-color css
<style>
a { background-color: #CF661B; }
a { background-color: rgb(207,102,27); }
div.DivClassName
{
background-color: #CF661B;
}
.BgClassName
{
background-color: #CF661B;
}
</style>
border-color css
<style>
span { border-color: #CF661B; }
span { border-color: rgb(207,102,27); }
td.TdClassName
{
border-color: #CF661B;
}
.TagClassName
{
border-color: #CF661B;
}
</style>