Shades of Dell #3F692A
Tints of Dell #3F692A
RGB
CMYK
RGB Variations
Color information
#3F692A (or 0x3F692A) is known color: Dell. HEX triplet: 3F, 69 and 2A. RGB value is (63,105,42). Sum of RGB (Red+Green+Blue) = 63+105+42=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #3F692A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F692A is #C096D5. Grayscale: #555555. Windows color (decimal): -12621526 or 2779455. OLE color: 2779455.
HSL color Cylindrical-coordinate representation of color #3F692A: hue angle of 100º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F692A is Cyan = 0.4, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 105 | 42 | - |
| CMYK | 0.4 | 0 | 0.6 | 0.59 |
| HSL | 100º | 0.43% | 0.29% | - |
| HSV(B) | 100º | 0.6% | 0.41% | - |
| XYZ | 7.52 | 11.33 | 3.98 | - |
| YUV | 85.26 | 103.59 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 42 | 0.4 | 0 | 0.6 | 0.59 | 100 | 0.43 | 0.29 |
| Hex | 3F | 69 | 2A | 28 | 0 | 3C | 3B | 64 | 2B | 1D |
| Octal | 77 | 151 | 52 | 50 | 0 | 74 | 73 | 144 | 53 | 35 |
| Binary | 111111 | 1101001 | 101010 | 101000 | 0 | 111100 | 111011 | 1100100 | 101011 | 11101 |
Color Harmonies of #3F692A
Complementary color
Monochromatic Colors of #3F692A
Black with #3F692A
Text Example
Text Example
White with #3F692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F692A; }
p { color: rgb(63,105,42); }
H1.HeaderClassName
{
color: #3F692A;
}
.AnyTagClassName
{
color: #3F692A;
}
</style>
background-color css
<style>
a { background-color: #3F692A; }
a { background-color: rgb(63,105,42); }
div.DivClassName
{
background-color: #3F692A;
}
.BgClassName
{
background-color: #3F692A;
}
</style>
border-color css
<style>
span { border-color: #3F692A; }
span { border-color: rgb(63,105,42); }
td.TdClassName
{
border-color: #3F692A;
}
.TagClassName
{
border-color: #3F692A;
}
</style>