Shades of Brown Pod #442106
Tints of Brown Pod #442106
RGB
CMYK
RGB Variations
Color information
#442106 (or 0x442106) is known color: Brown Pod. HEX triplet: 44, 21 and 06. RGB value is (68,33,6). Sum of RGB (Red+Green+Blue) = 68+33+6=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #442106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442106 is #BBDEF9. Grayscale: #282828. Windows color (decimal): -12312314 or 401732. OLE color: 401732.
HSL color Cylindrical-coordinate representation of color #442106: hue angle of 26.13º 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 #442106 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 33 | 6 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.73 |
| HSL | 26.13º | 0.84% | 0.15% | - |
| HSV(B) | 26.13º | 0.91% | 0.27% | - |
| XYZ | 2.96 | 2.33 | 0.47 | - |
| YUV | 40.39 | 108.6 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 33 | 6 | 0 | 0.51 | 0.91 | 0.73 | 26.13 | 0.84 | 0.15 |
| Hex | 44 | 21 | 6 | 0 | 33 | 5B | 49 | 1A | 54 | F |
| Octal | 104 | 41 | 6 | 0 | 63 | 133 | 111 | 32 | 124 | 17 |
| Binary | 1000100 | 100001 | 110 | 0 | 110011 | 1011011 | 1001001 | 11010 | 1010100 | 1111 |
Color Harmonies of #442106
Complementary color
Monochromatic Colors of #442106
Black with #442106
Text Example
Text Example
White with #442106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442106; }
p { color: rgb(68,33,6); }
H1.HeaderClassName
{
color: #442106;
}
.AnyTagClassName
{
color: #442106;
}
</style>
background-color css
<style>
a { background-color: #442106; }
a { background-color: rgb(68,33,6); }
div.DivClassName
{
background-color: #442106;
}
.BgClassName
{
background-color: #442106;
}
</style>
border-color css
<style>
span { border-color: #442106; }
span { border-color: rgb(68,33,6); }
td.TdClassName
{
border-color: #442106;
}
.TagClassName
{
border-color: #442106;
}
</style>