Shades of Dell #4D683C
Tints of Dell #4D683C
RGB
CMYK
RGB Variations
Color information
#4D683C (or 0x4D683C) is known color: Dell. HEX triplet: 4D, 68 and 3C. RGB value is (77,104,60). Sum of RGB (Red+Green+Blue) = 77+104+60=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #4D683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D683C is #B297C3. Grayscale: #5B5B5B. Windows color (decimal): -11704260 or 3958861. OLE color: 3958861.
HSL color Cylindrical-coordinate representation of color #4D683C: hue angle of 96.82º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D683C is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 104 | 60 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.59 |
| HSL | 96.82º | 0.27% | 0.32% | - |
| HSV(B) | 96.82º | 0.42% | 0.41% | - |
| XYZ | 8.83 | 11.8 | 6.09 | - |
| YUV | 90.91 | 110.55 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 60 | 0.26 | 0 | 0.42 | 0.59 | 96.82 | 0.27 | 0.32 |
| Hex | 4D | 68 | 3C | 1A | 0 | 2A | 3B | 61 | 1B | 20 |
| Octal | 115 | 150 | 74 | 32 | 0 | 52 | 73 | 141 | 33 | 40 |
| Binary | 1001101 | 1101000 | 111100 | 11010 | 0 | 101010 | 111011 | 1100001 | 11011 | 100000 |
Color Harmonies of #4D683C
Complementary color
Monochromatic Colors of #4D683C
Black with #4D683C
Text Example
Text Example
White with #4D683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D683C; }
p { color: rgb(77,104,60); }
H1.HeaderClassName
{
color: #4D683C;
}
.AnyTagClassName
{
color: #4D683C;
}
</style>
background-color css
<style>
a { background-color: #4D683C; }
a { background-color: rgb(77,104,60); }
div.DivClassName
{
background-color: #4D683C;
}
.BgClassName
{
background-color: #4D683C;
}
</style>
border-color css
<style>
span { border-color: #4D683C; }
span { border-color: rgb(77,104,60); }
td.TdClassName
{
border-color: #4D683C;
}
.TagClassName
{
border-color: #4D683C;
}
</style>