Shades of Brown Pod #461D06
Tints of Brown Pod #461D06
RGB
CMYK
RGB Variations
Color information
#461D06 (or 0x461D06) is known color: Brown Pod. HEX triplet: 46, 1D and 06. RGB value is (70,29,6). Sum of RGB (Red+Green+Blue) = 70+29+6=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #461D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461D06 is #B9E2F9. Grayscale: #262626. Windows color (decimal): -12182266 or 400710. OLE color: 400710.
HSL color Cylindrical-coordinate representation of color #461D06: hue angle of 21.56º 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 #461D06 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 29 | 6 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.73 |
| HSL | 21.56º | 0.84% | 0.15% | - |
| HSV(B) | 21.56º | 0.91% | 0.27% | - |
| XYZ | 3 | 2.19 | 0.44 | - |
| YUV | 38.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 6 | 0 | 0.59 | 0.91 | 0.73 | 21.56 | 0.84 | 0.15 |
| Hex | 46 | 1D | 6 | 0 | 3B | 5B | 49 | 16 | 54 | F |
| Octal | 106 | 35 | 6 | 0 | 73 | 133 | 111 | 26 | 124 | 17 |
| Binary | 1000110 | 11101 | 110 | 0 | 111011 | 1011011 | 1001001 | 10110 | 1010100 | 1111 |
Color Harmonies of #461D06
Complementary color
Monochromatic Colors of #461D06
Black with #461D06
Text Example
Text Example
White with #461D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461D06; }
p { color: rgb(70,29,6); }
H1.HeaderClassName
{
color: #461D06;
}
.AnyTagClassName
{
color: #461D06;
}
</style>
background-color css
<style>
a { background-color: #461D06; }
a { background-color: rgb(70,29,6); }
div.DivClassName
{
background-color: #461D06;
}
.BgClassName
{
background-color: #461D06;
}
</style>
border-color css
<style>
span { border-color: #461D06; }
span { border-color: rgb(70,29,6); }
td.TdClassName
{
border-color: #461D06;
}
.TagClassName
{
border-color: #461D06;
}
</style>