Shades of Dell #43632C
Tints of Dell #43632C
RGB
CMYK
RGB Variations
Color information
#43632C (or 0x43632C) is known color: Dell. HEX triplet: 43, 63 and 2C. RGB value is (67,99,44). Sum of RGB (Red+Green+Blue) = 67+99+44=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #43632C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43632C is #BC9CD3. Grayscale: #535353. Windows color (decimal): -12360916 or 2908995. OLE color: 2908995.
HSL color Cylindrical-coordinate representation of color #43632C: hue angle of 94.91º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43632C is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 67 | 99 | 44 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.61 |
| HSL | 94.91º | 0.38% | 0.28% | - |
| HSV(B) | 94.91º | 0.56% | 0.39% | - |
| XYZ | 7.23 | 10.3 | 3.99 | - |
| YUV | 83.16 | 105.9 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 99 | 44 | 0.32 | 0 | 0.56 | 0.61 | 94.91 | 0.38 | 0.28 |
| Hex | 43 | 63 | 2C | 20 | 0 | 38 | 3D | 5F | 26 | 1C |
| Octal | 103 | 143 | 54 | 40 | 0 | 70 | 75 | 137 | 46 | 34 |
| Binary | 1000011 | 1100011 | 101100 | 100000 | 0 | 111000 | 111101 | 1011111 | 100110 | 11100 |
Color Harmonies of #43632C
Complementary color
Monochromatic Colors of #43632C
Black with #43632C
Text Example
Text Example
White with #43632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43632C; }
p { color: rgb(67,99,44); }
H1.HeaderClassName
{
color: #43632C;
}
.AnyTagClassName
{
color: #43632C;
}
</style>
background-color css
<style>
a { background-color: #43632C; }
a { background-color: rgb(67,99,44); }
div.DivClassName
{
background-color: #43632C;
}
.BgClassName
{
background-color: #43632C;
}
</style>
border-color css
<style>
span { border-color: #43632C; }
span { border-color: rgb(67,99,44); }
td.TdClassName
{
border-color: #43632C;
}
.TagClassName
{
border-color: #43632C;
}
</style>