Shades of Dell #40672C
Tints of Dell #40672C
RGB
CMYK
RGB Variations
Color information
#40672C (or 0x40672C) is known color: Dell. HEX triplet: 40, 67 and 2C. RGB value is (64,103,44). Sum of RGB (Red+Green+Blue) = 64+103+44=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 103 (40.62% from 255 or 48.82% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 103 - color contains mainly: green. Hex color #40672C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40672C is #BF98D3. Grayscale: #545454. Windows color (decimal): -12556500 or 2910016. OLE color: 2910016.
HSL color Cylindrical-coordinate representation of color #40672C: hue angle of 99.66º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40672C is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 103 | 44 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.60 |
| HSL | 99.66º | 0.4% | 0.29% | - |
| HSV(B) | 99.66º | 0.57% | 0.4% | - |
| XYZ | 7.42 | 10.97 | 4.11 | - |
| YUV | 84.61 | 105.08 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 103 | 44 | 0.38 | 0 | 0.57 | 0.60 | 99.66 | 0.4 | 0.29 |
| Hex | 40 | 67 | 2C | 26 | 0 | 39 | 3C | 64 | 28 | 1D |
| Octal | 100 | 147 | 54 | 46 | 0 | 71 | 74 | 144 | 50 | 35 |
| Binary | 1000000 | 1100111 | 101100 | 100110 | 0 | 111001 | 111100 | 1100100 | 101000 | 11101 |
Color Harmonies of #40672C
Complementary color
Monochromatic Colors of #40672C
Black with #40672C
Text Example
Text Example
White with #40672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40672C; }
p { color: rgb(64,103,44); }
H1.HeaderClassName
{
color: #40672C;
}
.AnyTagClassName
{
color: #40672C;
}
</style>
background-color css
<style>
a { background-color: #40672C; }
a { background-color: rgb(64,103,44); }
div.DivClassName
{
background-color: #40672C;
}
.BgClassName
{
background-color: #40672C;
}
</style>
border-color css
<style>
span { border-color: #40672C; }
span { border-color: rgb(64,103,44); }
td.TdClassName
{
border-color: #40672C;
}
.TagClassName
{
border-color: #40672C;
}
</style>