Shades of Cocoa Brown #211306
Tints of Cocoa Brown #211306
RGB
CMYK
RGB Variations
Color information
#211306 (or 0x211306) is known color: Cocoa Brown. HEX triplet: 21, 13 and 06. RGB value is (33,19,6). Sum of RGB (Red+Green+Blue) = 33+19+6=58 (7% of max value = 765). Red value is 33 (13.28% from 255 or 56.90% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 33 - color contains mainly: red. Hex color #211306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211306 is #DEECF9. Grayscale: #151515. Windows color (decimal): -14609658 or 398113. OLE color: 398113.
HSL color Cylindrical-coordinate representation of color #211306: hue angle of 28.89º 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 #211306 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 19 | 6 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.87 |
| HSL | 28.89º | 0.69% | 0.08% | - |
| HSV(B) | 28.89º | 0.82% | 0.13% | - |
| XYZ | 0.89 | 0.8 | 0.28 | - |
| YUV | 21.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 6 | 0 | 0.42 | 0.82 | 0.87 | 28.89 | 0.69 | 0.08 |
| Hex | 21 | 13 | 6 | 0 | 2A | 52 | 57 | 1D | 45 | 8 |
| Octal | 41 | 23 | 6 | 0 | 52 | 122 | 127 | 35 | 105 | 10 |
| Binary | 100001 | 10011 | 110 | 0 | 101010 | 1010010 | 1010111 | 11101 | 1000101 | 1000 |
Color Harmonies of #211306
Complementary color
Monochromatic Colors of #211306
Black with #211306
Text Example
Text Example
White with #211306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211306; }
p { color: rgb(33,19,6); }
H1.HeaderClassName
{
color: #211306;
}
.AnyTagClassName
{
color: #211306;
}
</style>
background-color css
<style>
a { background-color: #211306; }
a { background-color: rgb(33,19,6); }
div.DivClassName
{
background-color: #211306;
}
.BgClassName
{
background-color: #211306;
}
</style>
border-color css
<style>
span { border-color: #211306; }
span { border-color: rgb(33,19,6); }
td.TdClassName
{
border-color: #211306;
}
.TagClassName
{
border-color: #211306;
}
</style>