Shades of Brown Pod #401606
Tints of Brown Pod #401606
RGB
CMYK
RGB Variations
Color information
#401606 (or 0x401606) is known color: Brown Pod. HEX triplet: 40, 16 and 06. RGB value is (64,22,6). Sum of RGB (Red+Green+Blue) = 64+22+6=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #401606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401606 is #BFE9F9. Grayscale: #202020. Windows color (decimal): -12577274 or 398912. OLE color: 398912.
HSL color Cylindrical-coordinate representation of color #401606: hue angle of 16.55º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #401606 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 22 | 6 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.75 |
| HSL | 16.55º | 0.83% | 0.14% | - |
| HSV(B) | 16.55º | 0.91% | 0.25% | - |
| XYZ | 2.43 | 1.68 | 0.37 | - |
| YUV | 32.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 22 | 6 | 0 | 0.66 | 0.91 | 0.75 | 16.55 | 0.83 | 0.14 |
| Hex | 40 | 16 | 6 | 0 | 42 | 5B | 4B | 11 | 53 | E |
| Octal | 100 | 26 | 6 | 0 | 102 | 133 | 113 | 21 | 123 | 16 |
| Binary | 1000000 | 10110 | 110 | 0 | 1000010 | 1011011 | 1001011 | 10001 | 1010011 | 1110 |
Color Harmonies of #401606
Complementary color
Monochromatic Colors of #401606
Black with #401606
Text Example
Text Example
White with #401606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401606; }
p { color: rgb(64,22,6); }
H1.HeaderClassName
{
color: #401606;
}
.AnyTagClassName
{
color: #401606;
}
</style>
background-color css
<style>
a { background-color: #401606; }
a { background-color: rgb(64,22,6); }
div.DivClassName
{
background-color: #401606;
}
.BgClassName
{
background-color: #401606;
}
</style>
border-color css
<style>
span { border-color: #401606; }
span { border-color: rgb(64,22,6); }
td.TdClassName
{
border-color: #401606;
}
.TagClassName
{
border-color: #401606;
}
</style>