Shades of Chocolate #CF6B20
Tints of Chocolate #CF6B20
RGB
CMYK
RGB Variations
Color information
#CF6B20 (or 0xCF6B20) is known color: Chocolate. HEX triplet: CF, 6B and 20. RGB value is (207,107,32). Sum of RGB (Red+Green+Blue) = 207+107+32=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6B20 is #3094DF. Grayscale: #808080. Windows color (decimal): -3183840 or 2124751. OLE color: 2124751.
HSL color Cylindrical-coordinate representation of color #CF6B20: hue angle of 25.71º degrees, saturation: 0.73, 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 #CF6B20 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 32 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.19 |
| HSL | 25.71º | 0.73% | 0.47% | - |
| HSV(B) | 25.71º | 0.85% | 0.81% | - |
| XYZ | 31.25 | 23.89 | 4.33 | - |
| YUV | 128.35 | 73.63 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 32 | 0 | 0.48 | 0.85 | 0.19 | 25.71 | 0.73 | 0.47 |
| Hex | CF | 6B | 20 | 0 | 30 | 55 | 13 | 1A | 49 | 2F |
| Octal | 317 | 153 | 40 | 0 | 60 | 125 | 23 | 32 | 111 | 57 |
| Binary | 11001111 | 1101011 | 100000 | 0 | 110000 | 1010101 | 10011 | 11010 | 1001001 | 101111 |
Color Harmonies of #CF6B20
Complementary color
Monochromatic Colors of #CF6B20
Black with #CF6B20
Text Example
Text Example
White with #CF6B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6B20; }
p { color: rgb(207,107,32); }
H1.HeaderClassName
{
color: #CF6B20;
}
.AnyTagClassName
{
color: #CF6B20;
}
</style>
background-color css
<style>
a { background-color: #CF6B20; }
a { background-color: rgb(207,107,32); }
div.DivClassName
{
background-color: #CF6B20;
}
.BgClassName
{
background-color: #CF6B20;
}
</style>
border-color css
<style>
span { border-color: #CF6B20; }
span { border-color: rgb(207,107,32); }
td.TdClassName
{
border-color: #CF6B20;
}
.TagClassName
{
border-color: #CF6B20;
}
</style>