Shades of Dell #456323
Tints of Dell #456323
RGB
CMYK
RGB Variations
Color information
#456323 (or 0x456323) is known color: Dell. HEX triplet: 45, 63 and 23. RGB value is (69,99,35). Sum of RGB (Red+Green+Blue) = 69+99+35=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #456323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456323 is #BA9CDC. Grayscale: #525252. Windows color (decimal): -12229853 or 2319173. OLE color: 2319173.
HSL color Cylindrical-coordinate representation of color #456323: hue angle of 88.12º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #456323 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 35 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.61 |
| HSL | 88.13º | 0.48% | 0.26% | - |
| HSV(B) | 88.13º | 0.65% | 0.39% | - |
| XYZ | 7.22 | 10.31 | 3.2 | - |
| YUV | 82.73 | 101.06 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 35 | 0.30 | 0 | 0.65 | 0.61 | 88.13 | 0.48 | 0.26 |
| Hex | 45 | 63 | 23 | 1E | 0 | 41 | 3D | 58 | 30 | 1A |
| Octal | 105 | 143 | 43 | 36 | 0 | 101 | 75 | 130 | 60 | 32 |
| Binary | 1000101 | 1100011 | 100011 | 11110 | 0 | 1000001 | 111101 | 1011000 | 110000 | 11010 |
Color Harmonies of #456323
Complementary color
Monochromatic Colors of #456323
Black with #456323
Text Example
Text Example
White with #456323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456323; }
p { color: rgb(69,99,35); }
H1.HeaderClassName
{
color: #456323;
}
.AnyTagClassName
{
color: #456323;
}
</style>
background-color css
<style>
a { background-color: #456323; }
a { background-color: rgb(69,99,35); }
div.DivClassName
{
background-color: #456323;
}
.BgClassName
{
background-color: #456323;
}
</style>
border-color css
<style>
span { border-color: #456323; }
span { border-color: rgb(69,99,35); }
td.TdClassName
{
border-color: #456323;
}
.TagClassName
{
border-color: #456323;
}
</style>