Shades of Chocolate #CF6722
Tints of Chocolate #CF6722
RGB
CMYK
RGB Variations
Color information
#CF6722 (or 0xCF6722) is known color: Chocolate. HEX triplet: CF, 67 and 22. RGB value is (207,103,34). Sum of RGB (Red+Green+Blue) = 207+103+34=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6722 is #3098DD. Grayscale: #7E7E7E. Windows color (decimal): -3184862 or 2254799. OLE color: 2254799.
HSL color Cylindrical-coordinate representation of color #CF6722: hue angle of 23.93º degrees, saturation: 0.72, 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 #CF6722 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 34 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.19 |
| HSL | 23.93º | 0.72% | 0.47% | - |
| HSV(B) | 23.93º | 0.84% | 0.81% | - |
| XYZ | 30.87 | 23.08 | 4.34 | - |
| YUV | 126.23 | 75.96 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 34 | 0 | 0.50 | 0.84 | 0.19 | 23.93 | 0.72 | 0.47 |
| Hex | CF | 67 | 22 | 0 | 32 | 54 | 13 | 18 | 48 | 2F |
| Octal | 317 | 147 | 42 | 0 | 62 | 124 | 23 | 30 | 110 | 57 |
| Binary | 11001111 | 1100111 | 100010 | 0 | 110010 | 1010100 | 10011 | 11000 | 1001000 | 101111 |
Color Harmonies of #CF6722
Complementary color
Monochromatic Colors of #CF6722
Black with #CF6722
Text Example
Text Example
White with #CF6722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6722; }
p { color: rgb(207,103,34); }
H1.HeaderClassName
{
color: #CF6722;
}
.AnyTagClassName
{
color: #CF6722;
}
</style>
background-color css
<style>
a { background-color: #CF6722; }
a { background-color: rgb(207,103,34); }
div.DivClassName
{
background-color: #CF6722;
}
.BgClassName
{
background-color: #CF6722;
}
</style>
border-color css
<style>
span { border-color: #CF6722; }
span { border-color: rgb(207,103,34); }
td.TdClassName
{
border-color: #CF6722;
}
.TagClassName
{
border-color: #CF6722;
}
</style>