Shades of Dell #43692D
Tints of Dell #43692D
RGB
CMYK
RGB Variations
Color information
#43692D (or 0x43692D) is known color: Dell. HEX triplet: 43, 69 and 2D. RGB value is (67,105,45). Sum of RGB (Red+Green+Blue) = 67+105+45=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 105 - color contains mainly: green. Hex color #43692D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43692D is #BC96D2. Grayscale: #575757. Windows color (decimal): -12359379 or 2976067. OLE color: 2976067.
HSL color Cylindrical-coordinate representation of color #43692D: hue angle of 98º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43692D is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 105 | 45 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.59 |
| HSL | 98º | 0.4% | 0.29% | - |
| HSV(B) | 98º | 0.57% | 0.41% | - |
| XYZ | 7.84 | 11.49 | 4.29 | - |
| YUV | 86.8 | 104.41 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 105 | 45 | 0.36 | 0 | 0.57 | 0.59 | 98 | 0.4 | 0.29 |
| Hex | 43 | 69 | 2D | 24 | 0 | 39 | 3B | 62 | 28 | 1D |
| Octal | 103 | 151 | 55 | 44 | 0 | 71 | 73 | 142 | 50 | 35 |
| Binary | 1000011 | 1101001 | 101101 | 100100 | 0 | 111001 | 111011 | 1100010 | 101000 | 11101 |
Color Harmonies of #43692D
Complementary color
Monochromatic Colors of #43692D
Black with #43692D
Text Example
Text Example
White with #43692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43692D; }
p { color: rgb(67,105,45); }
H1.HeaderClassName
{
color: #43692D;
}
.AnyTagClassName
{
color: #43692D;
}
</style>
background-color css
<style>
a { background-color: #43692D; }
a { background-color: rgb(67,105,45); }
div.DivClassName
{
background-color: #43692D;
}
.BgClassName
{
background-color: #43692D;
}
</style>
border-color css
<style>
span { border-color: #43692D; }
span { border-color: rgb(67,105,45); }
td.TdClassName
{
border-color: #43692D;
}
.TagClassName
{
border-color: #43692D;
}
</style>