Shades of Dell #416021
Tints of Dell #416021
RGB
CMYK
RGB Variations
Color information
#416021 (or 0x416021) is known color: Dell. HEX triplet: 41, 60 and 21. RGB value is (65,96,33). Sum of RGB (Red+Green+Blue) = 65+96+33=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #416021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416021 is #BE9FDE. Grayscale: #4F4F4F. Windows color (decimal): -12492767 or 2187329. OLE color: 2187329.
HSL color Cylindrical-coordinate representation of color #416021: hue angle of 89.52º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #416021 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 96 | 33 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.62 |
| HSL | 89.52º | 0.49% | 0.25% | - |
| HSV(B) | 89.52º | 0.66% | 0.38% | - |
| XYZ | 6.64 | 9.6 | 2.94 | - |
| YUV | 79.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 96 | 33 | 0.32 | 0 | 0.66 | 0.62 | 89.52 | 0.49 | 0.25 |
| Hex | 41 | 60 | 21 | 20 | 0 | 42 | 3E | 5A | 31 | 19 |
| Octal | 101 | 140 | 41 | 40 | 0 | 102 | 76 | 132 | 61 | 31 |
| Binary | 1000001 | 1100000 | 100001 | 100000 | 0 | 1000010 | 111110 | 1011010 | 110001 | 11001 |
Color Harmonies of #416021
Complementary color
Monochromatic Colors of #416021
Black with #416021
Text Example
Text Example
White with #416021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416021; }
p { color: rgb(65,96,33); }
H1.HeaderClassName
{
color: #416021;
}
.AnyTagClassName
{
color: #416021;
}
</style>
background-color css
<style>
a { background-color: #416021; }
a { background-color: rgb(65,96,33); }
div.DivClassName
{
background-color: #416021;
}
.BgClassName
{
background-color: #416021;
}
</style>
border-color css
<style>
span { border-color: #416021; }
span { border-color: rgb(65,96,33); }
td.TdClassName
{
border-color: #416021;
}
.TagClassName
{
border-color: #416021;
}
</style>