Shades of Chocolate #CF6721
Tints of Chocolate #CF6721
RGB
CMYK
RGB Variations
Color information
#CF6721 (or 0xCF6721) is known color: Chocolate. HEX triplet: CF, 67 and 21. RGB value is (207,103,33). Sum of RGB (Red+Green+Blue) = 207+103+33=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6721 is #3098DE. Grayscale: #7E7E7E. Windows color (decimal): -3184863 or 2189263. OLE color: 2189263.
HSL color Cylindrical-coordinate representation of color #CF6721: hue angle of 24.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF6721 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 33 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.19 |
| HSL | 24.14º | 0.73% | 0.47% | - |
| HSV(B) | 24.14º | 0.84% | 0.81% | - |
| XYZ | 30.86 | 23.08 | 4.27 | - |
| YUV | 126.12 | 75.46 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 33 | 0 | 0.50 | 0.84 | 0.19 | 24.14 | 0.73 | 0.47 |
| Hex | CF | 67 | 21 | 0 | 32 | 54 | 13 | 18 | 48 | 2F |
| Octal | 317 | 147 | 41 | 0 | 62 | 124 | 23 | 30 | 110 | 57 |
| Binary | 11001111 | 1100111 | 100001 | 0 | 110010 | 1010100 | 10011 | 11000 | 1001000 | 101111 |
Color Harmonies of #CF6721
Complementary color
Monochromatic Colors of #CF6721
Black with #CF6721
Text Example
Text Example
White with #CF6721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6721; }
p { color: rgb(207,103,33); }
H1.HeaderClassName
{
color: #CF6721;
}
.AnyTagClassName
{
color: #CF6721;
}
</style>
background-color css
<style>
a { background-color: #CF6721; }
a { background-color: rgb(207,103,33); }
div.DivClassName
{
background-color: #CF6721;
}
.BgClassName
{
background-color: #CF6721;
}
</style>
border-color css
<style>
span { border-color: #CF6721; }
span { border-color: rgb(207,103,33); }
td.TdClassName
{
border-color: #CF6721;
}
.TagClassName
{
border-color: #CF6721;
}
</style>