Shades of Dell #40661B
Tints of Dell #40661B
RGB
CMYK
RGB Variations
Color information
#40661B (or 0x40661B) is known color: Dell. HEX triplet: 40, 66 and 1B. RGB value is (64,102,27). Sum of RGB (Red+Green+Blue) = 64+102+27=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #40661B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40661B is #BF99E4. Grayscale: #525252. Windows color (decimal): -12556773 or 1795648. OLE color: 1795648.
HSL color Cylindrical-coordinate representation of color #40661B: hue angle of 90.4º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40661B is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 102 | 27 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.6 |
| HSL | 90.4º | 0.58% | 0.25% | - |
| HSV(B) | 90.4º | 0.74% | 0.4% | - |
| XYZ | 7.06 | 10.67 | 2.72 | - |
| YUV | 82.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 102 | 27 | 0.37 | 0 | 0.74 | 0.6 | 90.4 | 0.58 | 0.25 |
| Hex | 40 | 66 | 1B | 25 | 0 | 4A | 3C | 5A | 3A | 19 |
| Octal | 100 | 146 | 33 | 45 | 0 | 112 | 74 | 132 | 72 | 31 |
| Binary | 1000000 | 1100110 | 11011 | 100101 | 0 | 1001010 | 111100 | 1011010 | 111010 | 11001 |
Color Harmonies of #40661B
Complementary color
Monochromatic Colors of #40661B
Black with #40661B
Text Example
Text Example
White with #40661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40661B; }
p { color: rgb(64,102,27); }
H1.HeaderClassName
{
color: #40661B;
}
.AnyTagClassName
{
color: #40661B;
}
</style>
background-color css
<style>
a { background-color: #40661B; }
a { background-color: rgb(64,102,27); }
div.DivClassName
{
background-color: #40661B;
}
.BgClassName
{
background-color: #40661B;
}
</style>
border-color css
<style>
span { border-color: #40661B; }
span { border-color: rgb(64,102,27); }
td.TdClassName
{
border-color: #40661B;
}
.TagClassName
{
border-color: #40661B;
}
</style>