Shades of Dell #3D621F
Tints of Dell #3D621F
RGB
CMYK
RGB Variations
Color information
#3D621F (or 0x3D621F) is known color: Dell. HEX triplet: 3D, 62 and 1F. RGB value is (61,98,31). Sum of RGB (Red+Green+Blue) = 61+98+31=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 98 (38.67% from 255 or 51.58% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 98 - color contains mainly: green. Hex color #3D621F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D621F is #C29DE0. Grayscale: #4F4F4F. Windows color (decimal): -12754401 or 2056765. OLE color: 2056765.
HSL color Cylindrical-coordinate representation of color #3D621F: hue angle of 93.13º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D621F is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 98 | 31 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.62 |
| HSL | 93.13º | 0.52% | 0.25% | - |
| HSV(B) | 93.13º | 0.68% | 0.38% | - |
| XYZ | 6.54 | 9.83 | 2.85 | - |
| YUV | 79.3 | 100.74 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 98 | 31 | 0.38 | 0 | 0.68 | 0.62 | 93.13 | 0.52 | 0.25 |
| Hex | 3D | 62 | 1F | 26 | 0 | 44 | 3E | 5D | 34 | 19 |
| Octal | 75 | 142 | 37 | 46 | 0 | 104 | 76 | 135 | 64 | 31 |
| Binary | 111101 | 1100010 | 11111 | 100110 | 0 | 1000100 | 111110 | 1011101 | 110100 | 11001 |
Color Harmonies of #3D621F
Complementary color
Monochromatic Colors of #3D621F
Black with #3D621F
Text Example
Text Example
White with #3D621F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D621F; }
p { color: rgb(61,98,31); }
H1.HeaderClassName
{
color: #3D621F;
}
.AnyTagClassName
{
color: #3D621F;
}
</style>
background-color css
<style>
a { background-color: #3D621F; }
a { background-color: rgb(61,98,31); }
div.DivClassName
{
background-color: #3D621F;
}
.BgClassName
{
background-color: #3D621F;
}
</style>
border-color css
<style>
span { border-color: #3D621F; }
span { border-color: rgb(61,98,31); }
td.TdClassName
{
border-color: #3D621F;
}
.TagClassName
{
border-color: #3D621F;
}
</style>