Shades of Heavy Metal #444634
Tints of Heavy Metal #444634
RGB
CMYK
RGB Variations
Color information
#444634 (or 0x444634) is known color: Heavy Metal. HEX triplet: 44, 46 and 34. RGB value is (68,70,52). Sum of RGB (Red+Green+Blue) = 68+70+52=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 70 - color contains mainly: green. Hex color #444634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444634 is #BBB9CB. Grayscale: #434343. Windows color (decimal): -12302796 or 3425860. OLE color: 3425860.
HSL color Cylindrical-coordinate representation of color #444634: hue angle of 66.67º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #444634 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 70 | 52 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.73 |
| HSL | 66.67º | 0.15% | 0.24% | - |
| HSV(B) | 66.67º | 0.26% | 0.27% | - |
| XYZ | 5.19 | 5.86 | 4.11 | - |
| YUV | 67.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 70 | 52 | 0.03 | 0 | 0.26 | 0.73 | 66.67 | 0.15 | 0.24 |
| Hex | 44 | 46 | 34 | 3 | 0 | 1A | 49 | 43 | F | 18 |
| Octal | 104 | 106 | 64 | 3 | 0 | 32 | 111 | 103 | 17 | 30 |
| Binary | 1000100 | 1000110 | 110100 | 11 | 0 | 11010 | 1001001 | 1000011 | 1111 | 11000 |
Color Harmonies of #444634
Complementary color
Monochromatic Colors of #444634
Black with #444634
Text Example
Text Example
White with #444634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444634; }
p { color: rgb(68,70,52); }
H1.HeaderClassName
{
color: #444634;
}
.AnyTagClassName
{
color: #444634;
}
</style>
background-color css
<style>
a { background-color: #444634; }
a { background-color: rgb(68,70,52); }
div.DivClassName
{
background-color: #444634;
}
.BgClassName
{
background-color: #444634;
}
</style>
border-color css
<style>
span { border-color: #444634; }
span { border-color: rgb(68,70,52); }
td.TdClassName
{
border-color: #444634;
}
.TagClassName
{
border-color: #444634;
}
</style>