Shades of Dell #43631B
Tints of Dell #43631B
RGB
CMYK
RGB Variations
Color information
#43631B (or 0x43631B) is known color: Dell. HEX triplet: 43, 63 and 1B. RGB value is (67,99,27). Sum of RGB (Red+Green+Blue) = 67+99+27=193 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.72% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #43631B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43631B is #BC9CE4. Grayscale: #515151. Windows color (decimal): -12360933 or 1794883. OLE color: 1794883.
HSL color Cylindrical-coordinate representation of color #43631B: hue angle of 86.67º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43631B is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 67 | 99 | 27 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.61 |
| HSL | 86.67º | 0.57% | 0.25% | - |
| HSV(B) | 86.67º | 0.73% | 0.39% | - |
| XYZ | 6.97 | 10.2 | 2.64 | - |
| YUV | 81.22 | 97.4 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 99 | 27 | 0.32 | 0 | 0.73 | 0.61 | 86.67 | 0.57 | 0.25 |
| Hex | 43 | 63 | 1B | 20 | 0 | 49 | 3D | 57 | 39 | 19 |
| Octal | 103 | 143 | 33 | 40 | 0 | 111 | 75 | 127 | 71 | 31 |
| Binary | 1000011 | 1100011 | 11011 | 100000 | 0 | 1001001 | 111101 | 1010111 | 111001 | 11001 |
Color Harmonies of #43631B
Complementary color
Monochromatic Colors of #43631B
Black with #43631B
Text Example
Text Example
White with #43631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43631B; }
p { color: rgb(67,99,27); }
H1.HeaderClassName
{
color: #43631B;
}
.AnyTagClassName
{
color: #43631B;
}
</style>
background-color css
<style>
a { background-color: #43631B; }
a { background-color: rgb(67,99,27); }
div.DivClassName
{
background-color: #43631B;
}
.BgClassName
{
background-color: #43631B;
}
</style>
border-color css
<style>
span { border-color: #43631B; }
span { border-color: rgb(67,99,27); }
td.TdClassName
{
border-color: #43631B;
}
.TagClassName
{
border-color: #43631B;
}
</style>