Shades of Dell #406D1C
Tints of Dell #406D1C
RGB
CMYK
RGB Variations
Color information
#406D1C (or 0x406D1C) is known color: Dell. HEX triplet: 40, 6D and 1C. RGB value is (64,109,28). Sum of RGB (Red+Green+Blue) = 64+109+28=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 109 (42.97% from 255 or 54.23% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 109 - color contains mainly: green. Hex color #406D1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406D1C is #BF92E3. Grayscale: #565656. Windows color (decimal): -12554980 or 1862976. OLE color: 1862976.
HSL color Cylindrical-coordinate representation of color #406D1C: hue angle of 93.33º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #406D1C is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 109 | 28 | - |
| CMYK | 0.41 | 0 | 0.74 | 0.57 |
| HSL | 93.33º | 0.59% | 0.27% | - |
| HSV(B) | 93.33º | 0.74% | 0.43% | - |
| XYZ | 7.79 | 12.11 | 3.03 | - |
| YUV | 86.31 | 95.09 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 28 | 0.41 | 0 | 0.74 | 0.57 | 93.33 | 0.59 | 0.27 |
| Hex | 40 | 6D | 1C | 29 | 0 | 4A | 39 | 5D | 3B | 1B |
| Octal | 100 | 155 | 34 | 51 | 0 | 112 | 71 | 135 | 73 | 33 |
| Binary | 1000000 | 1101101 | 11100 | 101001 | 0 | 1001010 | 111001 | 1011101 | 111011 | 11011 |
Color Harmonies of #406D1C
Complementary color
Monochromatic Colors of #406D1C
Black with #406D1C
Text Example
Text Example
White with #406D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406D1C; }
p { color: rgb(64,109,28); }
H1.HeaderClassName
{
color: #406D1C;
}
.AnyTagClassName
{
color: #406D1C;
}
</style>
background-color css
<style>
a { background-color: #406D1C; }
a { background-color: rgb(64,109,28); }
div.DivClassName
{
background-color: #406D1C;
}
.BgClassName
{
background-color: #406D1C;
}
</style>
border-color css
<style>
span { border-color: #406D1C; }
span { border-color: rgb(64,109,28); }
td.TdClassName
{
border-color: #406D1C;
}
.TagClassName
{
border-color: #406D1C;
}
</style>