Shades of Cocoa Brown #362006
Tints of Cocoa Brown #362006
RGB
CMYK
RGB Variations
Color information
#362006 (or 0x362006) is known color: Cocoa Brown. HEX triplet: 36, 20 and 06. RGB value is (54,32,6). Sum of RGB (Red+Green+Blue) = 54+32+6=92 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.70% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 54 - color contains mainly: red. Hex color #362006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362006 is #C9DFF9. Grayscale: #232323. Windows color (decimal): -13230074 or 401462. OLE color: 401462.
HSL color Cylindrical-coordinate representation of color #362006: hue angle of 32.5º 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 #362006 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 32 | 6 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.79 |
| HSL | 32.5º | 0.8% | 0.12% | - |
| HSV(B) | 32.5º | 0.89% | 0.21% | - |
| XYZ | 2.07 | 1.83 | 0.42 | - |
| YUV | 35.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 6 | 0 | 0.41 | 0.89 | 0.79 | 32.5 | 0.8 | 0.12 |
| Hex | 36 | 20 | 6 | 0 | 29 | 59 | 4F | 20 | 50 | C |
| Octal | 66 | 40 | 6 | 0 | 51 | 131 | 117 | 40 | 120 | 14 |
| Binary | 110110 | 100000 | 110 | 0 | 101001 | 1011001 | 1001111 | 100000 | 1010000 | 1100 |
Color Harmonies of #362006
Complementary color
Monochromatic Colors of #362006
Black with #362006
Text Example
Text Example
White with #362006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362006; }
p { color: rgb(54,32,6); }
H1.HeaderClassName
{
color: #362006;
}
.AnyTagClassName
{
color: #362006;
}
</style>
background-color css
<style>
a { background-color: #362006; }
a { background-color: rgb(54,32,6); }
div.DivClassName
{
background-color: #362006;
}
.BgClassName
{
background-color: #362006;
}
</style>
border-color css
<style>
span { border-color: #362006; }
span { border-color: rgb(54,32,6); }
td.TdClassName
{
border-color: #362006;
}
.TagClassName
{
border-color: #362006;
}
</style>