Shades of Dell #40671A
Tints of Dell #40671A
RGB
CMYK
RGB Variations
Color information
#40671A (or 0x40671A) is known color: Dell. HEX triplet: 40, 67 and 1A. RGB value is (64,103,26). Sum of RGB (Red+Green+Blue) = 64+103+26=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #40671A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40671A is #BF98E5. Grayscale: #525252. Windows color (decimal): -12556518 or 1730368. OLE color: 1730368.
HSL color Cylindrical-coordinate representation of color #40671A: hue angle of 90.39º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40671A is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 103 | 26 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.60 |
| HSL | 90.39º | 0.6% | 0.25% | - |
| HSV(B) | 90.39º | 0.75% | 0.4% | - |
| XYZ | 7.15 | 10.87 | 2.7 | - |
| YUV | 82.56 | 96.08 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 103 | 26 | 0.38 | 0 | 0.75 | 0.60 | 90.39 | 0.6 | 0.25 |
| Hex | 40 | 67 | 1A | 26 | 0 | 4B | 3C | 5A | 3C | 19 |
| Octal | 100 | 147 | 32 | 46 | 0 | 113 | 74 | 132 | 74 | 31 |
| Binary | 1000000 | 1100111 | 11010 | 100110 | 0 | 1001011 | 111100 | 1011010 | 111100 | 11001 |
Color Harmonies of #40671A
Complementary color
Monochromatic Colors of #40671A
Black with #40671A
Text Example
Text Example
White with #40671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40671A; }
p { color: rgb(64,103,26); }
H1.HeaderClassName
{
color: #40671A;
}
.AnyTagClassName
{
color: #40671A;
}
</style>
background-color css
<style>
a { background-color: #40671A; }
a { background-color: rgb(64,103,26); }
div.DivClassName
{
background-color: #40671A;
}
.BgClassName
{
background-color: #40671A;
}
</style>
border-color css
<style>
span { border-color: #40671A; }
span { border-color: rgb(64,103,26); }
td.TdClassName
{
border-color: #40671A;
}
.TagClassName
{
border-color: #40671A;
}
</style>