Shades of Brown Pod #331606
Tints of Brown Pod #331606
RGB
CMYK
RGB Variations
Color information
#331606 (or 0x331606) is known color: Brown Pod. HEX triplet: 33, 16 and 06. RGB value is (51,22,6). Sum of RGB (Red+Green+Blue) = 51+22+6=79 (10% of max value = 765). Red value is 51 (20.31% from 255 or 64.56% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 6 (2.73% from 255 or 7.59% from 79); Max value from RGB is 51 - color contains mainly: red. Hex color #331606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331606 is #CCE9F9. Grayscale: #1C1C1C. Windows color (decimal): -13429242 or 398899. OLE color: 398899.
HSL color Cylindrical-coordinate representation of color #331606: hue angle of 21.33º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331606 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 22 | 6 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.8 |
| HSL | 21.33º | 0.79% | 0.11% | - |
| HSV(B) | 21.33º | 0.88% | 0.2% | - |
| XYZ | 1.69 | 1.29 | 0.33 | - |
| YUV | 28.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 6 | 0 | 0.57 | 0.88 | 0.8 | 21.33 | 0.79 | 0.11 |
| Hex | 33 | 16 | 6 | 0 | 39 | 58 | 50 | 15 | 4F | B |
| Octal | 63 | 26 | 6 | 0 | 71 | 130 | 120 | 25 | 117 | 13 |
| Binary | 110011 | 10110 | 110 | 0 | 111001 | 1011000 | 1010000 | 10101 | 1001111 | 1011 |
Color Harmonies of #331606
Complementary color
Monochromatic Colors of #331606
Black with #331606
Text Example
Text Example
White with #331606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331606; }
p { color: rgb(51,22,6); }
H1.HeaderClassName
{
color: #331606;
}
.AnyTagClassName
{
color: #331606;
}
</style>
background-color css
<style>
a { background-color: #331606; }
a { background-color: rgb(51,22,6); }
div.DivClassName
{
background-color: #331606;
}
.BgClassName
{
background-color: #331606;
}
</style>
border-color css
<style>
span { border-color: #331606; }
span { border-color: rgb(51,22,6); }
td.TdClassName
{
border-color: #331606;
}
.TagClassName
{
border-color: #331606;
}
</style>