Shades of Dell #3D671B
Tints of Dell #3D671B
RGB
CMYK
RGB Variations
Color information
#3D671B (or 0x3D671B) is known color: Dell. HEX triplet: 3D, 67 and 1B. RGB value is (61,103,27). Sum of RGB (Red+Green+Blue) = 61+103+27=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 103 (40.62% from 255 or 53.93% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 103 - color contains mainly: green. Hex color #3D671B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D671B is #C298E4. Grayscale: #525252. Windows color (decimal): -12753125 or 1795901. OLE color: 1795901.
HSL color Cylindrical-coordinate representation of color #3D671B: hue angle of 93.16º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D671B is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 103 | 27 | - |
| CMYK | 0.41 | 0 | 0.74 | 0.60 |
| HSL | 93.16º | 0.58% | 0.25% | - |
| HSV(B) | 93.16º | 0.74% | 0.4% | - |
| XYZ | 6.97 | 10.77 | 2.75 | - |
| YUV | 81.78 | 97.09 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 103 | 27 | 0.41 | 0 | 0.74 | 0.60 | 93.16 | 0.58 | 0.25 |
| Hex | 3D | 67 | 1B | 29 | 0 | 4A | 3C | 5D | 3A | 19 |
| Octal | 75 | 147 | 33 | 51 | 0 | 112 | 74 | 135 | 72 | 31 |
| Binary | 111101 | 1100111 | 11011 | 101001 | 0 | 1001010 | 111100 | 1011101 | 111010 | 11001 |
Color Harmonies of #3D671B
Complementary color
Monochromatic Colors of #3D671B
Black with #3D671B
Text Example
Text Example
White with #3D671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D671B; }
p { color: rgb(61,103,27); }
H1.HeaderClassName
{
color: #3D671B;
}
.AnyTagClassName
{
color: #3D671B;
}
</style>
background-color css
<style>
a { background-color: #3D671B; }
a { background-color: rgb(61,103,27); }
div.DivClassName
{
background-color: #3D671B;
}
.BgClassName
{
background-color: #3D671B;
}
</style>
border-color css
<style>
span { border-color: #3D671B; }
span { border-color: rgb(61,103,27); }
td.TdClassName
{
border-color: #3D671B;
}
.TagClassName
{
border-color: #3D671B;
}
</style>