Shades of Dell #40641F
Tints of Dell #40641F
RGB
CMYK
RGB Variations
Color information
#40641F (or 0x40641F) is known color: Dell. HEX triplet: 40, 64 and 1F. RGB value is (64,100,31). Sum of RGB (Red+Green+Blue) = 64+100+31=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 100 (39.45% from 255 or 51.28% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 100 - color contains mainly: green. Hex color #40641F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40641F is #BF9BE0. Grayscale: #515151. Windows color (decimal): -12557281 or 2057280. OLE color: 2057280.
HSL color Cylindrical-coordinate representation of color #40641F: hue angle of 91.3º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40641F is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 100 | 31 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.61 |
| HSL | 91.3º | 0.53% | 0.26% | - |
| HSV(B) | 91.3º | 0.69% | 0.39% | - |
| XYZ | 6.92 | 10.3 | 2.92 | - |
| YUV | 81.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 31 | 0.36 | 0 | 0.69 | 0.61 | 91.3 | 0.53 | 0.26 |
| Hex | 40 | 64 | 1F | 24 | 0 | 45 | 3D | 5B | 35 | 1A |
| Octal | 100 | 144 | 37 | 44 | 0 | 105 | 75 | 133 | 65 | 32 |
| Binary | 1000000 | 1100100 | 11111 | 100100 | 0 | 1000101 | 111101 | 1011011 | 110101 | 11010 |
Color Harmonies of #40641F
Complementary color
Monochromatic Colors of #40641F
Black with #40641F
Text Example
Text Example
White with #40641F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40641F; }
p { color: rgb(64,100,31); }
H1.HeaderClassName
{
color: #40641F;
}
.AnyTagClassName
{
color: #40641F;
}
</style>
background-color css
<style>
a { background-color: #40641F; }
a { background-color: rgb(64,100,31); }
div.DivClassName
{
background-color: #40641F;
}
.BgClassName
{
background-color: #40641F;
}
</style>
border-color css
<style>
span { border-color: #40641F; }
span { border-color: rgb(64,100,31); }
td.TdClassName
{
border-color: #40641F;
}
.TagClassName
{
border-color: #40641F;
}
</style>