Shades of Dell #44662A
Tints of Dell #44662A
RGB
CMYK
RGB Variations
Color information
#44662A (or 0x44662A) is known color: Dell. HEX triplet: 44, 66 and 2A. RGB value is (68,102,42). Sum of RGB (Red+Green+Blue) = 68+102+42=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 102 - color contains mainly: green. Hex color #44662A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44662A is #BB99D5. Grayscale: #555555. Windows color (decimal): -12294614 or 2778692. OLE color: 2778692.
HSL color Cylindrical-coordinate representation of color #44662A: hue angle of 94º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44662A is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 68 | 102 | 42 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.6 |
| HSL | 94º | 0.42% | 0.28% | - |
| HSV(B) | 94º | 0.59% | 0.4% | - |
| XYZ | 7.55 | 10.9 | 3.9 | - |
| YUV | 84.99 | 103.74 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 102 | 42 | 0.33 | 0 | 0.59 | 0.6 | 94 | 0.42 | 0.28 |
| Hex | 44 | 66 | 2A | 21 | 0 | 3B | 3C | 5E | 2A | 1C |
| Octal | 104 | 146 | 52 | 41 | 0 | 73 | 74 | 136 | 52 | 34 |
| Binary | 1000100 | 1100110 | 101010 | 100001 | 0 | 111011 | 111100 | 1011110 | 101010 | 11100 |
Color Harmonies of #44662A
Complementary color
Monochromatic Colors of #44662A
Black with #44662A
Text Example
Text Example
White with #44662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44662A; }
p { color: rgb(68,102,42); }
H1.HeaderClassName
{
color: #44662A;
}
.AnyTagClassName
{
color: #44662A;
}
</style>
background-color css
<style>
a { background-color: #44662A; }
a { background-color: rgb(68,102,42); }
div.DivClassName
{
background-color: #44662A;
}
.BgClassName
{
background-color: #44662A;
}
</style>
border-color css
<style>
span { border-color: #44662A; }
span { border-color: rgb(68,102,42); }
td.TdClassName
{
border-color: #44662A;
}
.TagClassName
{
border-color: #44662A;
}
</style>