Shades of Dell #3F661B
Tints of Dell #3F661B
RGB
CMYK
RGB Variations
Color information
#3F661B (or 0x3F661B) is known color: Dell. HEX triplet: 3F, 66 and 1B. RGB value is (63,102,27). Sum of RGB (Red+Green+Blue) = 63+102+27=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #3F661B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F661B is #C099E4. Grayscale: #525252. Windows color (decimal): -12622309 or 1795647. OLE color: 1795647.
HSL color Cylindrical-coordinate representation of color #3F661B: hue angle of 91.2º 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 #3F661B is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 63 | 102 | 27 | - |
| CMYK | 0.38 | 0 | 0.74 | 0.6 |
| HSL | 91.2º | 0.58% | 0.25% | - |
| HSV(B) | 91.2º | 0.74% | 0.4% | - |
| XYZ | 7 | 10.64 | 2.72 | - |
| YUV | 81.79 | 97.08 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 27 | 0.38 | 0 | 0.74 | 0.6 | 91.2 | 0.58 | 0.25 |
| Hex | 3F | 66 | 1B | 26 | 0 | 4A | 3C | 5B | 3A | 19 |
| Octal | 77 | 146 | 33 | 46 | 0 | 112 | 74 | 133 | 72 | 31 |
| Binary | 111111 | 1100110 | 11011 | 100110 | 0 | 1001010 | 111100 | 1011011 | 111010 | 11001 |
Color Harmonies of #3F661B
Complementary color
Monochromatic Colors of #3F661B
Black with #3F661B
Text Example
Text Example
White with #3F661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F661B; }
p { color: rgb(63,102,27); }
H1.HeaderClassName
{
color: #3F661B;
}
.AnyTagClassName
{
color: #3F661B;
}
</style>
background-color css
<style>
a { background-color: #3F661B; }
a { background-color: rgb(63,102,27); }
div.DivClassName
{
background-color: #3F661B;
}
.BgClassName
{
background-color: #3F661B;
}
</style>
border-color css
<style>
span { border-color: #3F661B; }
span { border-color: rgb(63,102,27); }
td.TdClassName
{
border-color: #3F661B;
}
.TagClassName
{
border-color: #3F661B;
}
</style>