Shades of Brown Pod #411C06
Tints of Brown Pod #411C06
RGB
CMYK
RGB Variations
Color information
#411C06 (or 0x411C06) is known color: Brown Pod. HEX triplet: 41, 1C and 06. RGB value is (65,28,6). Sum of RGB (Red+Green+Blue) = 65+28+6=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 28 (11.33% from 255 or 28.28% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #411C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C06 is #BEE3F9. Grayscale: #242424. Windows color (decimal): -12510202 or 400449. OLE color: 400449.
HSL color Cylindrical-coordinate representation of color #411C06: hue angle of 22.37º 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 #411C06 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 28 | 6 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.75 |
| HSL | 22.37º | 0.83% | 0.14% | - |
| HSV(B) | 22.37º | 0.91% | 0.25% | - |
| XYZ | 2.63 | 1.97 | 0.41 | - |
| YUV | 36.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 6 | 0 | 0.57 | 0.91 | 0.75 | 22.37 | 0.83 | 0.14 |
| Hex | 41 | 1C | 6 | 0 | 39 | 5B | 4B | 16 | 53 | E |
| Octal | 101 | 34 | 6 | 0 | 71 | 133 | 113 | 26 | 123 | 16 |
| Binary | 1000001 | 11100 | 110 | 0 | 111001 | 1011011 | 1001011 | 10110 | 1010011 | 1110 |
Color Harmonies of #411C06
Complementary color
Monochromatic Colors of #411C06
Black with #411C06
Text Example
Text Example
White with #411C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C06; }
p { color: rgb(65,28,6); }
H1.HeaderClassName
{
color: #411C06;
}
.AnyTagClassName
{
color: #411C06;
}
</style>
background-color css
<style>
a { background-color: #411C06; }
a { background-color: rgb(65,28,6); }
div.DivClassName
{
background-color: #411C06;
}
.BgClassName
{
background-color: #411C06;
}
</style>
border-color css
<style>
span { border-color: #411C06; }
span { border-color: rgb(65,28,6); }
td.TdClassName
{
border-color: #411C06;
}
.TagClassName
{
border-color: #411C06;
}
</style>