Shades of Brown Pod #361606
Tints of Brown Pod #361606
RGB
CMYK
RGB Variations
Color information
#361606 (or 0x361606) is known color: Brown Pod. HEX triplet: 36, 16 and 06. RGB value is (54,22,6). Sum of RGB (Red+Green+Blue) = 54+22+6=82 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.85% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 6 (2.73% from 255 or 7.32% from 82); Max value from RGB is 54 - color contains mainly: red. Hex color #361606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361606 is #C9E9F9. Grayscale: #1D1D1D. Windows color (decimal): -13232634 or 398902. OLE color: 398902.
HSL color Cylindrical-coordinate representation of color #361606: hue angle of 20º 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 #361606 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 22 | 6 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.79 |
| HSL | 20º | 0.8% | 0.12% | - |
| HSV(B) | 20º | 0.89% | 0.21% | - |
| XYZ | 1.84 | 1.37 | 0.34 | - |
| YUV | 29.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 22 | 6 | 0 | 0.59 | 0.89 | 0.79 | 20 | 0.8 | 0.12 |
| Hex | 36 | 16 | 6 | 0 | 3B | 59 | 4F | 14 | 50 | C |
| Octal | 66 | 26 | 6 | 0 | 73 | 131 | 117 | 24 | 120 | 14 |
| Binary | 110110 | 10110 | 110 | 0 | 111011 | 1011001 | 1001111 | 10100 | 1010000 | 1100 |
Color Harmonies of #361606
Complementary color
Monochromatic Colors of #361606
Black with #361606
Text Example
Text Example
White with #361606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361606; }
p { color: rgb(54,22,6); }
H1.HeaderClassName
{
color: #361606;
}
.AnyTagClassName
{
color: #361606;
}
</style>
background-color css
<style>
a { background-color: #361606; }
a { background-color: rgb(54,22,6); }
div.DivClassName
{
background-color: #361606;
}
.BgClassName
{
background-color: #361606;
}
</style>
border-color css
<style>
span { border-color: #361606; }
span { border-color: rgb(54,22,6); }
td.TdClassName
{
border-color: #361606;
}
.TagClassName
{
border-color: #361606;
}
</style>