Shades of Dell #336511
Tints of Dell #336511
RGB
CMYK
RGB Variations
Color information
#336511 (or 0x336511) is known color: Dell. HEX triplet: 33, 65 and 11. RGB value is (51,101,17). Sum of RGB (Red+Green+Blue) = 51+101+17=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 101 (39.84% from 255 or 59.76% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 101 - color contains mainly: green. Hex color #336511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336511 is #CC9AEE. Grayscale: #4C4C4C. Windows color (decimal): -13409007 or 1140019. OLE color: 1140019.
HSL color Cylindrical-coordinate representation of color #336511: hue angle of 95.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #336511 is Cyan = 0.50, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 101 | 17 | - |
| CMYK | 0.50 | 0 | 0.83 | 0.60 |
| HSL | 95.71º | 0.71% | 0.23% | - |
| HSV(B) | 95.71º | 0.83% | 0.4% | - |
| XYZ | 6.12 | 10.05 | 2.15 | - |
| YUV | 76.47 | 94.44 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 17 | 0.50 | 0 | 0.83 | 0.60 | 95.71 | 0.71 | 0.23 |
| Hex | 33 | 65 | 11 | 32 | 0 | 53 | 3C | 60 | 47 | 17 |
| Octal | 63 | 145 | 21 | 62 | 0 | 123 | 74 | 140 | 107 | 27 |
| Binary | 110011 | 1100101 | 10001 | 110010 | 0 | 1010011 | 111100 | 1100000 | 1000111 | 10111 |
Color Harmonies of #336511
Complementary color
Monochromatic Colors of #336511
Black with #336511
Text Example
Text Example
White with #336511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336511; }
p { color: rgb(51,101,17); }
H1.HeaderClassName
{
color: #336511;
}
.AnyTagClassName
{
color: #336511;
}
</style>
background-color css
<style>
a { background-color: #336511; }
a { background-color: rgb(51,101,17); }
div.DivClassName
{
background-color: #336511;
}
.BgClassName
{
background-color: #336511;
}
</style>
border-color css
<style>
span { border-color: #336511; }
span { border-color: rgb(51,101,17); }
td.TdClassName
{
border-color: #336511;
}
.TagClassName
{
border-color: #336511;
}
</style>