Shades of Dell #43661F
Tints of Dell #43661F
RGB
CMYK
RGB Variations
Color information
#43661F (or 0x43661F) is known color: Dell. HEX triplet: 43, 66 and 1F. RGB value is (67,102,31). Sum of RGB (Red+Green+Blue) = 67+102+31=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #43661F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43661F is #BC99E0. Grayscale: #535353. Windows color (decimal): -12360161 or 2057795. OLE color: 2057795.
HSL color Cylindrical-coordinate representation of color #43661F: hue angle of 89.58º degrees, saturation: 0.53, 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 #43661F is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 67 | 102 | 31 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.6 |
| HSL | 89.58º | 0.53% | 0.26% | - |
| HSV(B) | 89.58º | 0.7% | 0.4% | - |
| XYZ | 7.31 | 10.79 | 2.99 | - |
| YUV | 83.44 | 98.4 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 102 | 31 | 0.34 | 0 | 0.70 | 0.6 | 89.58 | 0.53 | 0.26 |
| Hex | 43 | 66 | 1F | 22 | 0 | 46 | 3C | 5A | 35 | 1A |
| Octal | 103 | 146 | 37 | 42 | 0 | 106 | 74 | 132 | 65 | 32 |
| Binary | 1000011 | 1100110 | 11111 | 100010 | 0 | 1000110 | 111100 | 1011010 | 110101 | 11010 |
Color Harmonies of #43661F
Complementary color
Monochromatic Colors of #43661F
Black with #43661F
Text Example
Text Example
White with #43661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43661F; }
p { color: rgb(67,102,31); }
H1.HeaderClassName
{
color: #43661F;
}
.AnyTagClassName
{
color: #43661F;
}
</style>
background-color css
<style>
a { background-color: #43661F; }
a { background-color: rgb(67,102,31); }
div.DivClassName
{
background-color: #43661F;
}
.BgClassName
{
background-color: #43661F;
}
</style>
border-color css
<style>
span { border-color: #43661F; }
span { border-color: rgb(67,102,31); }
td.TdClassName
{
border-color: #43661F;
}
.TagClassName
{
border-color: #43661F;
}
</style>