Shades of Cocoa Brown #362206
Tints of Cocoa Brown #362206
RGB
CMYK
RGB Variations
Color information
#362206 (or 0x362206) is known color: Cocoa Brown. HEX triplet: 36, 22 and 06. RGB value is (54,34,6). Sum of RGB (Red+Green+Blue) = 54+34+6=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #362206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362206 is #C9DDF9. Grayscale: #242424. Windows color (decimal): -13229562 or 401974. OLE color: 401974.
HSL color Cylindrical-coordinate representation of color #362206: hue angle of 35º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #362206 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 34 | 6 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.79 |
| HSL | 35º | 0.8% | 0.12% | - |
| HSV(B) | 35º | 0.89% | 0.21% | - |
| XYZ | 2.13 | 1.94 | 0.43 | - |
| YUV | 36.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 34 | 6 | 0 | 0.37 | 0.89 | 0.79 | 35 | 0.8 | 0.12 |
| Hex | 36 | 22 | 6 | 0 | 25 | 59 | 4F | 23 | 50 | C |
| Octal | 66 | 42 | 6 | 0 | 45 | 131 | 117 | 43 | 120 | 14 |
| Binary | 110110 | 100010 | 110 | 0 | 100101 | 1011001 | 1001111 | 100011 | 1010000 | 1100 |
Color Harmonies of #362206
Complementary color
Monochromatic Colors of #362206
Black with #362206
Text Example
Text Example
White with #362206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362206; }
p { color: rgb(54,34,6); }
H1.HeaderClassName
{
color: #362206;
}
.AnyTagClassName
{
color: #362206;
}
</style>
background-color css
<style>
a { background-color: #362206; }
a { background-color: rgb(54,34,6); }
div.DivClassName
{
background-color: #362206;
}
.BgClassName
{
background-color: #362206;
}
</style>
border-color css
<style>
span { border-color: #362206; }
span { border-color: rgb(54,34,6); }
td.TdClassName
{
border-color: #362206;
}
.TagClassName
{
border-color: #362206;
}
</style>