Shades of Brown Pod #462206
Tints of Brown Pod #462206
RGB
CMYK
RGB Variations
Color information
#462206 (or 0x462206) is known color: Brown Pod. HEX triplet: 46, 22 and 06. RGB value is (70,34,6). Sum of RGB (Red+Green+Blue) = 70+34+6=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #462206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462206 is #B9DDF9. Grayscale: #292929. Windows color (decimal): -12180986 or 401990. OLE color: 401990.
HSL color Cylindrical-coordinate representation of color #462206: hue angle of 26.25º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #462206 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 34 | 6 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.73 |
| HSL | 26.25º | 0.84% | 0.15% | - |
| HSV(B) | 26.25º | 0.91% | 0.27% | - |
| XYZ | 3.13 | 2.46 | 0.48 | - |
| YUV | 41.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 6 | 0 | 0.51 | 0.91 | 0.73 | 26.25 | 0.84 | 0.15 |
| Hex | 46 | 22 | 6 | 0 | 33 | 5B | 49 | 1A | 54 | F |
| Octal | 106 | 42 | 6 | 0 | 63 | 133 | 111 | 32 | 124 | 17 |
| Binary | 1000110 | 100010 | 110 | 0 | 110011 | 1011011 | 1001001 | 11010 | 1010100 | 1111 |
Color Harmonies of #462206
Complementary color
Monochromatic Colors of #462206
Black with #462206
Text Example
Text Example
White with #462206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462206; }
p { color: rgb(70,34,6); }
H1.HeaderClassName
{
color: #462206;
}
.AnyTagClassName
{
color: #462206;
}
</style>
background-color css
<style>
a { background-color: #462206; }
a { background-color: rgb(70,34,6); }
div.DivClassName
{
background-color: #462206;
}
.BgClassName
{
background-color: #462206;
}
</style>
border-color css
<style>
span { border-color: #462206; }
span { border-color: rgb(70,34,6); }
td.TdClassName
{
border-color: #462206;
}
.TagClassName
{
border-color: #462206;
}
</style>