Shades of Dell #3C611D
Tints of Dell #3C611D
RGB
CMYK
RGB Variations
Color information
#3C611D (or 0x3C611D) is known color: Dell. HEX triplet: 3C, 61 and 1D. RGB value is (60,97,29). Sum of RGB (Red+Green+Blue) = 60+97+29=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #3C611D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C611D is #C39EE2. Grayscale: #4E4E4E. Windows color (decimal): -12820195 or 1925436. OLE color: 1925436.
HSL color Cylindrical-coordinate representation of color #3C611D: hue angle of 92.65º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C611D is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 97 | 29 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.62 |
| HSL | 92.65º | 0.54% | 0.25% | - |
| HSV(B) | 92.65º | 0.7% | 0.38% | - |
| XYZ | 6.36 | 9.6 | 2.68 | - |
| YUV | 78.19 | 100.24 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 29 | 0.38 | 0 | 0.70 | 0.62 | 92.65 | 0.54 | 0.25 |
| Hex | 3C | 61 | 1D | 26 | 0 | 46 | 3E | 5D | 36 | 19 |
| Octal | 74 | 141 | 35 | 46 | 0 | 106 | 76 | 135 | 66 | 31 |
| Binary | 111100 | 1100001 | 11101 | 100110 | 0 | 1000110 | 111110 | 1011101 | 110110 | 11001 |
Color Harmonies of #3C611D
Complementary color
Monochromatic Colors of #3C611D
Black with #3C611D
Text Example
Text Example
White with #3C611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C611D; }
p { color: rgb(60,97,29); }
H1.HeaderClassName
{
color: #3C611D;
}
.AnyTagClassName
{
color: #3C611D;
}
</style>
background-color css
<style>
a { background-color: #3C611D; }
a { background-color: rgb(60,97,29); }
div.DivClassName
{
background-color: #3C611D;
}
.BgClassName
{
background-color: #3C611D;
}
</style>
border-color css
<style>
span { border-color: #3C611D; }
span { border-color: rgb(60,97,29); }
td.TdClassName
{
border-color: #3C611D;
}
.TagClassName
{
border-color: #3C611D;
}
</style>