Shades of Dell #446B2A
Tints of Dell #446B2A
RGB
CMYK
RGB Variations
Color information
#446B2A (or 0x446B2A) is known color: Dell. HEX triplet: 44, 6B and 2A. RGB value is (68,107,42). Sum of RGB (Red+Green+Blue) = 68+107+42=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #446B2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446B2A is #BB94D5. Grayscale: #585858. Windows color (decimal): -12293334 or 2779972. OLE color: 2779972.
HSL color Cylindrical-coordinate representation of color #446B2A: hue angle of 96º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #446B2A is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 107 | 42 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.58 |
| HSL | 96º | 0.44% | 0.29% | - |
| HSV(B) | 96º | 0.61% | 0.42% | - |
| XYZ | 8.06 | 11.91 | 4.06 | - |
| YUV | 87.93 | 102.08 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 107 | 42 | 0.36 | 0 | 0.61 | 0.58 | 96 | 0.44 | 0.29 |
| Hex | 44 | 6B | 2A | 24 | 0 | 3D | 3A | 60 | 2C | 1D |
| Octal | 104 | 153 | 52 | 44 | 0 | 75 | 72 | 140 | 54 | 35 |
| Binary | 1000100 | 1101011 | 101010 | 100100 | 0 | 111101 | 111010 | 1100000 | 101100 | 11101 |
Color Harmonies of #446B2A
Complementary color
Monochromatic Colors of #446B2A
Black with #446B2A
Text Example
Text Example
White with #446B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446B2A; }
p { color: rgb(68,107,42); }
H1.HeaderClassName
{
color: #446B2A;
}
.AnyTagClassName
{
color: #446B2A;
}
</style>
background-color css
<style>
a { background-color: #446B2A; }
a { background-color: rgb(68,107,42); }
div.DivClassName
{
background-color: #446B2A;
}
.BgClassName
{
background-color: #446B2A;
}
</style>
border-color css
<style>
span { border-color: #446B2A; }
span { border-color: rgb(68,107,42); }
td.TdClassName
{
border-color: #446B2A;
}
.TagClassName
{
border-color: #446B2A;
}
</style>