Shades of Dell #3D671F
Tints of Dell #3D671F
RGB
CMYK
RGB Variations
Color information
#3D671F (or 0x3D671F) is known color: Dell. HEX triplet: 3D, 67 and 1F. RGB value is (61,103,31). Sum of RGB (Red+Green+Blue) = 61+103+31=195 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.28% from 195); Green value is 103 (40.62% from 255 or 52.82% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 103 - color contains mainly: green. Hex color #3D671F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D671F is #C298E0. Grayscale: #525252. Windows color (decimal): -12753121 or 2058045. OLE color: 2058045.
HSL color Cylindrical-coordinate representation of color #3D671F: hue angle of 95º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D671F is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 103 | 31 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.60 |
| HSL | 95º | 0.54% | 0.26% | - |
| HSV(B) | 95º | 0.7% | 0.4% | - |
| XYZ | 7.02 | 10.79 | 3.01 | - |
| YUV | 82.23 | 99.09 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 103 | 31 | 0.41 | 0 | 0.70 | 0.60 | 95 | 0.54 | 0.26 |
| Hex | 3D | 67 | 1F | 29 | 0 | 46 | 3C | 5F | 36 | 1A |
| Octal | 75 | 147 | 37 | 51 | 0 | 106 | 74 | 137 | 66 | 32 |
| Binary | 111101 | 1100111 | 11111 | 101001 | 0 | 1000110 | 111100 | 1011111 | 110110 | 11010 |
Color Harmonies of #3D671F
Complementary color
Monochromatic Colors of #3D671F
Black with #3D671F
Text Example
Text Example
White with #3D671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D671F; }
p { color: rgb(61,103,31); }
H1.HeaderClassName
{
color: #3D671F;
}
.AnyTagClassName
{
color: #3D671F;
}
</style>
background-color css
<style>
a { background-color: #3D671F; }
a { background-color: rgb(61,103,31); }
div.DivClassName
{
background-color: #3D671F;
}
.BgClassName
{
background-color: #3D671F;
}
</style>
border-color css
<style>
span { border-color: #3D671F; }
span { border-color: rgb(61,103,31); }
td.TdClassName
{
border-color: #3D671F;
}
.TagClassName
{
border-color: #3D671F;
}
</style>