Shades of Cocoa Brown #211406
Tints of Cocoa Brown #211406
RGB
CMYK
RGB Variations
Color information
#211406 (or 0x211406) is known color: Cocoa Brown. HEX triplet: 21, 14 and 06. RGB value is (33,20,6). Sum of RGB (Red+Green+Blue) = 33+20+6=59 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55.93% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 6 (2.73% from 255 or 10.17% from 59); Max value from RGB is 33 - color contains mainly: red. Hex color #211406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211406 is #DEEBF9. Grayscale: #161616. Windows color (decimal): -14609402 or 398369. OLE color: 398369.
HSL color Cylindrical-coordinate representation of color #211406: hue angle of 31.11º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211406 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 20 | 6 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.87 |
| HSL | 31.11º | 0.69% | 0.08% | - |
| HSV(B) | 31.11º | 0.82% | 0.13% | - |
| XYZ | 0.91 | 0.84 | 0.29 | - |
| YUV | 22.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 6 | 0 | 0.39 | 0.82 | 0.87 | 31.11 | 0.69 | 0.08 |
| Hex | 21 | 14 | 6 | 0 | 27 | 52 | 57 | 1F | 45 | 8 |
| Octal | 41 | 24 | 6 | 0 | 47 | 122 | 127 | 37 | 105 | 10 |
| Binary | 100001 | 10100 | 110 | 0 | 100111 | 1010010 | 1010111 | 11111 | 1000101 | 1000 |
Color Harmonies of #211406
Complementary color
Monochromatic Colors of #211406
Black with #211406
Text Example
Text Example
White with #211406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211406; }
p { color: rgb(33,20,6); }
H1.HeaderClassName
{
color: #211406;
}
.AnyTagClassName
{
color: #211406;
}
</style>
background-color css
<style>
a { background-color: #211406; }
a { background-color: rgb(33,20,6); }
div.DivClassName
{
background-color: #211406;
}
.BgClassName
{
background-color: #211406;
}
</style>
border-color css
<style>
span { border-color: #211406; }
span { border-color: rgb(33,20,6); }
td.TdClassName
{
border-color: #211406;
}
.TagClassName
{
border-color: #211406;
}
</style>