Shades of Dell #43672D
Tints of Dell #43672D
RGB
CMYK
RGB Variations
Color information
#43672D (or 0x43672D) is known color: Dell. HEX triplet: 43, 67 and 2D. RGB value is (67,103,45). Sum of RGB (Red+Green+Blue) = 67+103+45=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 103 (40.62% from 255 or 47.91% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 103 - color contains mainly: green. Hex color #43672D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43672D is #BC98D2. Grayscale: #555555. Windows color (decimal): -12359891 or 2975555. OLE color: 2975555.
HSL color Cylindrical-coordinate representation of color #43672D: hue angle of 97.24º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43672D is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 67 | 103 | 45 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.60 |
| HSL | 97.24º | 0.39% | 0.29% | - |
| HSV(B) | 97.24º | 0.56% | 0.4% | - |
| XYZ | 7.64 | 11.08 | 4.22 | - |
| YUV | 85.62 | 105.07 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 103 | 45 | 0.35 | 0 | 0.56 | 0.60 | 97.24 | 0.39 | 0.29 |
| Hex | 43 | 67 | 2D | 23 | 0 | 38 | 3C | 61 | 27 | 1D |
| Octal | 103 | 147 | 55 | 43 | 0 | 70 | 74 | 141 | 47 | 35 |
| Binary | 1000011 | 1100111 | 101101 | 100011 | 0 | 111000 | 111100 | 1100001 | 100111 | 11101 |
Color Harmonies of #43672D
Complementary color
Monochromatic Colors of #43672D
Black with #43672D
Text Example
Text Example
White with #43672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43672D; }
p { color: rgb(67,103,45); }
H1.HeaderClassName
{
color: #43672D;
}
.AnyTagClassName
{
color: #43672D;
}
</style>
background-color css
<style>
a { background-color: #43672D; }
a { background-color: rgb(67,103,45); }
div.DivClassName
{
background-color: #43672D;
}
.BgClassName
{
background-color: #43672D;
}
</style>
border-color css
<style>
span { border-color: #43672D; }
span { border-color: rgb(67,103,45); }
td.TdClassName
{
border-color: #43672D;
}
.TagClassName
{
border-color: #43672D;
}
</style>