Shades of Dell #40641E
Tints of Dell #40641E
RGB
CMYK
RGB Variations
Color information
#40641E (or 0x40641E) is known color: Dell. HEX triplet: 40, 64 and 1E. RGB value is (64,100,30). Sum of RGB (Red+Green+Blue) = 64+100+30=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 100 (39.45% from 255 or 51.55% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 100 - color contains mainly: green. Hex color #40641E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40641E is #BF9BE1. Grayscale: #515151. Windows color (decimal): -12557282 or 1991744. OLE color: 1991744.
HSL color Cylindrical-coordinate representation of color #40641E: hue angle of 90.86º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40641E is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 100 | 30 | - |
| CMYK | 0.36 | 0 | 0.70 | 0.61 |
| HSL | 90.86º | 0.54% | 0.25% | - |
| HSV(B) | 90.86º | 0.7% | 0.39% | - |
| XYZ | 6.91 | 10.3 | 2.85 | - |
| YUV | 81.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 30 | 0.36 | 0 | 0.70 | 0.61 | 90.86 | 0.54 | 0.25 |
| Hex | 40 | 64 | 1E | 24 | 0 | 46 | 3D | 5B | 36 | 19 |
| Octal | 100 | 144 | 36 | 44 | 0 | 106 | 75 | 133 | 66 | 31 |
| Binary | 1000000 | 1100100 | 11110 | 100100 | 0 | 1000110 | 111101 | 1011011 | 110110 | 11001 |
Color Harmonies of #40641E
Complementary color
Monochromatic Colors of #40641E
Black with #40641E
Text Example
Text Example
White with #40641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40641E; }
p { color: rgb(64,100,30); }
H1.HeaderClassName
{
color: #40641E;
}
.AnyTagClassName
{
color: #40641E;
}
</style>
background-color css
<style>
a { background-color: #40641E; }
a { background-color: rgb(64,100,30); }
div.DivClassName
{
background-color: #40641E;
}
.BgClassName
{
background-color: #40641E;
}
</style>
border-color css
<style>
span { border-color: #40641E; }
span { border-color: rgb(64,100,30); }
td.TdClassName
{
border-color: #40641E;
}
.TagClassName
{
border-color: #40641E;
}
</style>