Shades of Brown Pod #412006
Tints of Brown Pod #412006
RGB
CMYK
RGB Variations
Color information
#412006 (or 0x412006) is known color: Brown Pod. HEX triplet: 41, 20 and 06. RGB value is (65,32,6). Sum of RGB (Red+Green+Blue) = 65+32+6=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #412006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412006 is #BEDFF9. Grayscale: #272727. Windows color (decimal): -12509178 or 401473. OLE color: 401473.
HSL color Cylindrical-coordinate representation of color #412006: hue angle of 26.44º 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 #412006 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 32 | 6 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.75 |
| HSL | 26.44º | 0.83% | 0.14% | - |
| HSV(B) | 26.44º | 0.91% | 0.25% | - |
| XYZ | 2.73 | 2.17 | 0.45 | - |
| YUV | 38.9 | 109.43 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 6 | 0 | 0.51 | 0.91 | 0.75 | 26.44 | 0.83 | 0.14 |
| Hex | 41 | 20 | 6 | 0 | 33 | 5B | 4B | 1A | 53 | E |
| Octal | 101 | 40 | 6 | 0 | 63 | 133 | 113 | 32 | 123 | 16 |
| Binary | 1000001 | 100000 | 110 | 0 | 110011 | 1011011 | 1001011 | 11010 | 1010011 | 1110 |
Color Harmonies of #412006
Complementary color
Monochromatic Colors of #412006
Black with #412006
Text Example
Text Example
White with #412006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412006; }
p { color: rgb(65,32,6); }
H1.HeaderClassName
{
color: #412006;
}
.AnyTagClassName
{
color: #412006;
}
</style>
background-color css
<style>
a { background-color: #412006; }
a { background-color: rgb(65,32,6); }
div.DivClassName
{
background-color: #412006;
}
.BgClassName
{
background-color: #412006;
}
</style>
border-color css
<style>
span { border-color: #412006; }
span { border-color: rgb(65,32,6); }
td.TdClassName
{
border-color: #412006;
}
.TagClassName
{
border-color: #412006;
}
</style>