Shades of Brown Pod #421E06
Tints of Brown Pod #421E06
RGB
CMYK
RGB Variations
Color information
#421E06 (or 0x421E06) is known color: Brown Pod. HEX triplet: 42, 1E and 06. RGB value is (66,30,6). Sum of RGB (Red+Green+Blue) = 66+30+6=102 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.71% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 66 - color contains mainly: red. Hex color #421E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421E06 is #BDE1F9. Grayscale: #262626. Windows color (decimal): -12444154 or 400962. OLE color: 400962.
HSL color Cylindrical-coordinate representation of color #421E06: hue angle of 24º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #421E06 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 30 | 6 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.74 |
| HSL | 24º | 0.83% | 0.14% | - |
| HSV(B) | 24º | 0.91% | 0.26% | - |
| XYZ | 2.74 | 2.1 | 0.43 | - |
| YUV | 38.03 | 109.93 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 6 | 0 | 0.55 | 0.91 | 0.74 | 24 | 0.83 | 0.14 |
| Hex | 42 | 1E | 6 | 0 | 37 | 5B | 4A | 18 | 53 | E |
| Octal | 102 | 36 | 6 | 0 | 67 | 133 | 112 | 30 | 123 | 16 |
| Binary | 1000010 | 11110 | 110 | 0 | 110111 | 1011011 | 1001010 | 11000 | 1010011 | 1110 |
Color Harmonies of #421E06
Complementary color
Monochromatic Colors of #421E06
Black with #421E06
Text Example
Text Example
White with #421E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421E06; }
p { color: rgb(66,30,6); }
H1.HeaderClassName
{
color: #421E06;
}
.AnyTagClassName
{
color: #421E06;
}
</style>
background-color css
<style>
a { background-color: #421E06; }
a { background-color: rgb(66,30,6); }
div.DivClassName
{
background-color: #421E06;
}
.BgClassName
{
background-color: #421E06;
}
</style>
border-color css
<style>
span { border-color: #421E06; }
span { border-color: rgb(66,30,6); }
td.TdClassName
{
border-color: #421E06;
}
.TagClassName
{
border-color: #421E06;
}
</style>