Shades of Dell #40671E
Tints of Dell #40671E
RGB
CMYK
RGB Variations
Color information
#40671E (or 0x40671E) is known color: Dell. HEX triplet: 40, 67 and 1E. RGB value is (64,103,30). Sum of RGB (Red+Green+Blue) = 64+103+30=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 103 (40.62% from 255 or 52.28% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 103 - color contains mainly: green. Hex color #40671E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40671E is #BF98E1. Grayscale: #535353. Windows color (decimal): -12556514 or 1992512. OLE color: 1992512.
HSL color Cylindrical-coordinate representation of color #40671E: hue angle of 92.05º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40671E is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 103 | 30 | - |
| CMYK | 0.38 | 0 | 0.71 | 0.60 |
| HSL | 92.05º | 0.55% | 0.26% | - |
| HSV(B) | 92.05º | 0.71% | 0.4% | - |
| XYZ | 7.2 | 10.88 | 2.95 | - |
| YUV | 83.02 | 98.08 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 103 | 30 | 0.38 | 0 | 0.71 | 0.60 | 92.05 | 0.55 | 0.26 |
| Hex | 40 | 67 | 1E | 26 | 0 | 47 | 3C | 5C | 37 | 1A |
| Octal | 100 | 147 | 36 | 46 | 0 | 107 | 74 | 134 | 67 | 32 |
| Binary | 1000000 | 1100111 | 11110 | 100110 | 0 | 1000111 | 111100 | 1011100 | 110111 | 11010 |
Color Harmonies of #40671E
Complementary color
Monochromatic Colors of #40671E
Black with #40671E
Text Example
Text Example
White with #40671E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40671E; }
p { color: rgb(64,103,30); }
H1.HeaderClassName
{
color: #40671E;
}
.AnyTagClassName
{
color: #40671E;
}
</style>
background-color css
<style>
a { background-color: #40671E; }
a { background-color: rgb(64,103,30); }
div.DivClassName
{
background-color: #40671E;
}
.BgClassName
{
background-color: #40671E;
}
</style>
border-color css
<style>
span { border-color: #40671E; }
span { border-color: rgb(64,103,30); }
td.TdClassName
{
border-color: #40671E;
}
.TagClassName
{
border-color: #40671E;
}
</style>