Shades of Dell #4C673C
Tints of Dell #4C673C
RGB
CMYK
RGB Variations
Color information
#4C673C (or 0x4C673C) is known color: Dell. HEX triplet: 4C, 67 and 3C. RGB value is (76,103,60). Sum of RGB (Red+Green+Blue) = 76+103+60=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 103 - color contains mainly: green. Hex color #4C673C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C673C is #B398C3. Grayscale: #5A5A5A. Windows color (decimal): -11770052 or 3958604. OLE color: 3958604.
HSL color Cylindrical-coordinate representation of color #4C673C: hue angle of 97.67º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C673C is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 103 | 60 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.60 |
| HSL | 97.67º | 0.26% | 0.32% | - |
| HSV(B) | 97.67º | 0.42% | 0.4% | - |
| XYZ | 8.65 | 11.56 | 6.05 | - |
| YUV | 90.03 | 111.05 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 103 | 60 | 0.26 | 0 | 0.42 | 0.60 | 97.67 | 0.26 | 0.32 |
| Hex | 4C | 67 | 3C | 1A | 0 | 2A | 3C | 62 | 1A | 20 |
| Octal | 114 | 147 | 74 | 32 | 0 | 52 | 74 | 142 | 32 | 40 |
| Binary | 1001100 | 1100111 | 111100 | 11010 | 0 | 101010 | 111100 | 1100010 | 11010 | 100000 |
Color Harmonies of #4C673C
Complementary color
Monochromatic Colors of #4C673C
Black with #4C673C
Text Example
Text Example
White with #4C673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C673C; }
p { color: rgb(76,103,60); }
H1.HeaderClassName
{
color: #4C673C;
}
.AnyTagClassName
{
color: #4C673C;
}
</style>
background-color css
<style>
a { background-color: #4C673C; }
a { background-color: rgb(76,103,60); }
div.DivClassName
{
background-color: #4C673C;
}
.BgClassName
{
background-color: #4C673C;
}
</style>
border-color css
<style>
span { border-color: #4C673C; }
span { border-color: rgb(76,103,60); }
td.TdClassName
{
border-color: #4C673C;
}
.TagClassName
{
border-color: #4C673C;
}
</style>