Shades of Chocolate #CF6720
Tints of Chocolate #CF6720
RGB
CMYK
RGB Variations
Color information
#CF6720 (or 0xCF6720) is known color: Chocolate. HEX triplet: CF, 67 and 20. RGB value is (207,103,32). Sum of RGB (Red+Green+Blue) = 207+103+32=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6720 is #3098DF. Grayscale: #7E7E7E. Windows color (decimal): -3184864 or 2123727. OLE color: 2123727.
HSL color Cylindrical-coordinate representation of color #CF6720: hue angle of 24.34º 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 #CF6720 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 32 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.19 |
| HSL | 24.34º | 0.73% | 0.47% | - |
| HSV(B) | 24.34º | 0.85% | 0.81% | - |
| XYZ | 30.84 | 23.07 | 4.19 | - |
| YUV | 126 | 74.96 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 32 | 0 | 0.50 | 0.85 | 0.19 | 24.34 | 0.73 | 0.47 |
| Hex | CF | 67 | 20 | 0 | 32 | 55 | 13 | 18 | 49 | 2F |
| Octal | 317 | 147 | 40 | 0 | 62 | 125 | 23 | 30 | 111 | 57 |
| Binary | 11001111 | 1100111 | 100000 | 0 | 110010 | 1010101 | 10011 | 11000 | 1001001 | 101111 |
Color Harmonies of #CF6720
Complementary color
Monochromatic Colors of #CF6720
Black with #CF6720
Text Example
Text Example
White with #CF6720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6720; }
p { color: rgb(207,103,32); }
H1.HeaderClassName
{
color: #CF6720;
}
.AnyTagClassName
{
color: #CF6720;
}
</style>
background-color css
<style>
a { background-color: #CF6720; }
a { background-color: rgb(207,103,32); }
div.DivClassName
{
background-color: #CF6720;
}
.BgClassName
{
background-color: #CF6720;
}
</style>
border-color css
<style>
span { border-color: #CF6720; }
span { border-color: rgb(207,103,32); }
td.TdClassName
{
border-color: #CF6720;
}
.TagClassName
{
border-color: #CF6720;
}
</style>