Shades of Dell #446C1B
Tints of Dell #446C1B
RGB
CMYK
RGB Variations
Color information
#446C1B (or 0x446C1B) is known color: Dell. HEX triplet: 44, 6C and 1B. RGB value is (68,108,27). Sum of RGB (Red+Green+Blue) = 68+108+27=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 108 (42.58% from 255 or 53.20% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 108 - color contains mainly: green. Hex color #446C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446C1B is #BB93E4. Grayscale: #575757. Windows color (decimal): -12293093 or 1797188. OLE color: 1797188.
HSL color Cylindrical-coordinate representation of color #446C1B: hue angle of 89.63º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #446C1B is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 108 | 27 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.58 |
| HSL | 89.63º | 0.6% | 0.26% | - |
| HSV(B) | 89.63º | 0.75% | 0.42% | - |
| XYZ | 7.94 | 12.03 | 2.94 | - |
| YUV | 86.81 | 94.25 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 108 | 27 | 0.37 | 0 | 0.75 | 0.58 | 89.63 | 0.6 | 0.26 |
| Hex | 44 | 6C | 1B | 25 | 0 | 4B | 3A | 5A | 3C | 1A |
| Octal | 104 | 154 | 33 | 45 | 0 | 113 | 72 | 132 | 74 | 32 |
| Binary | 1000100 | 1101100 | 11011 | 100101 | 0 | 1001011 | 111010 | 1011010 | 111100 | 11010 |
Color Harmonies of #446C1B
Complementary color
Monochromatic Colors of #446C1B
Black with #446C1B
Text Example
Text Example
White with #446C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446C1B; }
p { color: rgb(68,108,27); }
H1.HeaderClassName
{
color: #446C1B;
}
.AnyTagClassName
{
color: #446C1B;
}
</style>
background-color css
<style>
a { background-color: #446C1B; }
a { background-color: rgb(68,108,27); }
div.DivClassName
{
background-color: #446C1B;
}
.BgClassName
{
background-color: #446C1B;
}
</style>
border-color css
<style>
span { border-color: #446C1B; }
span { border-color: rgb(68,108,27); }
td.TdClassName
{
border-color: #446C1B;
}
.TagClassName
{
border-color: #446C1B;
}
</style>