Shades of Dell #4C613C
Tints of Dell #4C613C
RGB
CMYK
RGB Variations
Color information
#4C613C (or 0x4C613C) is known color: Dell. HEX triplet: 4C, 61 and 3C. RGB value is (76,97,60). Sum of RGB (Red+Green+Blue) = 76+97+60=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #4C613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C613C is #B39EC3. Grayscale: #565656. Windows color (decimal): -11771588 or 3957068. OLE color: 3957068.
HSL color Cylindrical-coordinate representation of color #4C613C: hue angle of 94.05º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C613C is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 97 | 60 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.62 |
| HSL | 94.05º | 0.24% | 0.31% | - |
| HSV(B) | 94.05º | 0.38% | 0.38% | - |
| XYZ | 8.07 | 10.41 | 5.86 | - |
| YUV | 86.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 97 | 60 | 0.22 | 0 | 0.38 | 0.62 | 94.05 | 0.24 | 0.31 |
| Hex | 4C | 61 | 3C | 16 | 0 | 26 | 3E | 5E | 18 | 1F |
| Octal | 114 | 141 | 74 | 26 | 0 | 46 | 76 | 136 | 30 | 37 |
| Binary | 1001100 | 1100001 | 111100 | 10110 | 0 | 100110 | 111110 | 1011110 | 11000 | 11111 |
Color Harmonies of #4C613C
Complementary color
Monochromatic Colors of #4C613C
Black with #4C613C
Text Example
Text Example
White with #4C613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C613C; }
p { color: rgb(76,97,60); }
H1.HeaderClassName
{
color: #4C613C;
}
.AnyTagClassName
{
color: #4C613C;
}
</style>
background-color css
<style>
a { background-color: #4C613C; }
a { background-color: rgb(76,97,60); }
div.DivClassName
{
background-color: #4C613C;
}
.BgClassName
{
background-color: #4C613C;
}
</style>
border-color css
<style>
span { border-color: #4C613C; }
span { border-color: rgb(76,97,60); }
td.TdClassName
{
border-color: #4C613C;
}
.TagClassName
{
border-color: #4C613C;
}
</style>