Shades of Chocolate #CF6D21
Tints of Chocolate #CF6D21
RGB
CMYK
RGB Variations
Color information
#CF6D21 (or 0xCF6D21) is known color: Chocolate. HEX triplet: CF, 6D and 21. RGB value is (207,109,33). Sum of RGB (Red+Green+Blue) = 207+109+33=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D21 is #3092DE. Grayscale: #828282. Windows color (decimal): -3183327 or 2190799. OLE color: 2190799.
HSL color Cylindrical-coordinate representation of color #CF6D21: hue angle of 26.21º 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 #CF6D21 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 33 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.19 |
| HSL | 26.21º | 0.73% | 0.47% | - |
| HSV(B) | 26.21º | 0.84% | 0.81% | - |
| XYZ | 31.48 | 24.31 | 4.47 | - |
| YUV | 129.64 | 73.47 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 33 | 0 | 0.47 | 0.84 | 0.19 | 26.21 | 0.73 | 0.47 |
| Hex | CF | 6D | 21 | 0 | 2F | 54 | 13 | 1A | 48 | 2F |
| Octal | 317 | 155 | 41 | 0 | 57 | 124 | 23 | 32 | 110 | 57 |
| Binary | 11001111 | 1101101 | 100001 | 0 | 101111 | 1010100 | 10011 | 11010 | 1001000 | 101111 |
Color Harmonies of #CF6D21
Complementary color
Monochromatic Colors of #CF6D21
Black with #CF6D21
Text Example
Text Example
White with #CF6D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6D21; }
p { color: rgb(207,109,33); }
H1.HeaderClassName
{
color: #CF6D21;
}
.AnyTagClassName
{
color: #CF6D21;
}
</style>
background-color css
<style>
a { background-color: #CF6D21; }
a { background-color: rgb(207,109,33); }
div.DivClassName
{
background-color: #CF6D21;
}
.BgClassName
{
background-color: #CF6D21;
}
</style>
border-color css
<style>
span { border-color: #CF6D21; }
span { border-color: rgb(207,109,33); }
td.TdClassName
{
border-color: #CF6D21;
}
.TagClassName
{
border-color: #CF6D21;
}
</style>