Shades of Dell #4C663D
Tints of Dell #4C663D
RGB
CMYK
RGB Variations
Color information
#4C663D (or 0x4C663D) is known color: Dell. HEX triplet: 4C, 66 and 3D. RGB value is (76,102,61). Sum of RGB (Red+Green+Blue) = 76+102+61=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #4C663D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C663D is #B399C2. Grayscale: #595959. Windows color (decimal): -11770307 or 4023884. OLE color: 4023884.
HSL color Cylindrical-coordinate representation of color #4C663D: hue angle of 98.05º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C663D is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 76 | 102 | 61 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.6 |
| HSL | 98.05º | 0.25% | 0.32% | - |
| HSV(B) | 98.05º | 0.4% | 0.4% | - |
| XYZ | 8.57 | 11.38 | 6.16 | - |
| YUV | 89.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 102 | 61 | 0.25 | 0 | 0.40 | 0.6 | 98.05 | 0.25 | 0.32 |
| Hex | 4C | 66 | 3D | 19 | 0 | 28 | 3C | 62 | 19 | 20 |
| Octal | 114 | 146 | 75 | 31 | 0 | 50 | 74 | 142 | 31 | 40 |
| Binary | 1001100 | 1100110 | 111101 | 11001 | 0 | 101000 | 111100 | 1100010 | 11001 | 100000 |
Color Harmonies of #4C663D
Complementary color
Monochromatic Colors of #4C663D
Black with #4C663D
Text Example
Text Example
White with #4C663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C663D; }
p { color: rgb(76,102,61); }
H1.HeaderClassName
{
color: #4C663D;
}
.AnyTagClassName
{
color: #4C663D;
}
</style>
background-color css
<style>
a { background-color: #4C663D; }
a { background-color: rgb(76,102,61); }
div.DivClassName
{
background-color: #4C663D;
}
.BgClassName
{
background-color: #4C663D;
}
</style>
border-color css
<style>
span { border-color: #4C663D; }
span { border-color: rgb(76,102,61); }
td.TdClassName
{
border-color: #4C663D;
}
.TagClassName
{
border-color: #4C663D;
}
</style>