Shades of Brown Pod #402106
Tints of Brown Pod #402106
RGB
CMYK
RGB Variations
Color information
#402106 (or 0x402106) is known color: Brown Pod. HEX triplet: 40, 21 and 06. RGB value is (64,33,6). Sum of RGB (Red+Green+Blue) = 64+33+6=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #402106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402106 is #BFDEF9. Grayscale: #272727. Windows color (decimal): -12574458 or 401728. OLE color: 401728.
HSL color Cylindrical-coordinate representation of color #402106: hue angle of 27.93º 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 #402106 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 33 | 6 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.75 |
| HSL | 27.93º | 0.83% | 0.14% | - |
| HSV(B) | 27.93º | 0.91% | 0.25% | - |
| XYZ | 2.69 | 2.19 | 0.45 | - |
| YUV | 39.19 | 109.27 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 6 | 0 | 0.48 | 0.91 | 0.75 | 27.93 | 0.83 | 0.14 |
| Hex | 40 | 21 | 6 | 0 | 30 | 5B | 4B | 1C | 53 | E |
| Octal | 100 | 41 | 6 | 0 | 60 | 133 | 113 | 34 | 123 | 16 |
| Binary | 1000000 | 100001 | 110 | 0 | 110000 | 1011011 | 1001011 | 11100 | 1010011 | 1110 |
Color Harmonies of #402106
Complementary color
Monochromatic Colors of #402106
Black with #402106
Text Example
Text Example
White with #402106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402106; }
p { color: rgb(64,33,6); }
H1.HeaderClassName
{
color: #402106;
}
.AnyTagClassName
{
color: #402106;
}
</style>
background-color css
<style>
a { background-color: #402106; }
a { background-color: rgb(64,33,6); }
div.DivClassName
{
background-color: #402106;
}
.BgClassName
{
background-color: #402106;
}
</style>
border-color css
<style>
span { border-color: #402106; }
span { border-color: rgb(64,33,6); }
td.TdClassName
{
border-color: #402106;
}
.TagClassName
{
border-color: #402106;
}
</style>