Shades of Dell #4D693D
Tints of Dell #4D693D
RGB
CMYK
RGB Variations
Color information
#4D693D (or 0x4D693D) is known color: Dell. HEX triplet: 4D, 69 and 3D. RGB value is (77,105,61). Sum of RGB (Red+Green+Blue) = 77+105+61=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #4D693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D693D is #B296C2. Grayscale: #5B5B5B. Windows color (decimal): -11704003 or 4024653. OLE color: 4024653.
HSL color Cylindrical-coordinate representation of color #4D693D: hue angle of 98.18º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D693D is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 105 | 61 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.59 |
| HSL | 98.18º | 0.27% | 0.33% | - |
| HSV(B) | 98.18º | 0.42% | 0.41% | - |
| XYZ | 8.95 | 12.02 | 6.26 | - |
| YUV | 91.61 | 110.72 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 105 | 61 | 0.27 | 0 | 0.42 | 0.59 | 98.18 | 0.27 | 0.33 |
| Hex | 4D | 69 | 3D | 1B | 0 | 2A | 3B | 62 | 1B | 21 |
| Octal | 115 | 151 | 75 | 33 | 0 | 52 | 73 | 142 | 33 | 41 |
| Binary | 1001101 | 1101001 | 111101 | 11011 | 0 | 101010 | 111011 | 1100010 | 11011 | 100001 |
Color Harmonies of #4D693D
Complementary color
Monochromatic Colors of #4D693D
Black with #4D693D
Text Example
Text Example
White with #4D693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D693D; }
p { color: rgb(77,105,61); }
H1.HeaderClassName
{
color: #4D693D;
}
.AnyTagClassName
{
color: #4D693D;
}
</style>
background-color css
<style>
a { background-color: #4D693D; }
a { background-color: rgb(77,105,61); }
div.DivClassName
{
background-color: #4D693D;
}
.BgClassName
{
background-color: #4D693D;
}
</style>
border-color css
<style>
span { border-color: #4D693D; }
span { border-color: rgb(77,105,61); }
td.TdClassName
{
border-color: #4D693D;
}
.TagClassName
{
border-color: #4D693D;
}
</style>