Shades of Dark Tan #90644B
Tints of Dark Tan #90644B
RGB
CMYK
RGB Variations
Color information
#90644B (or 0x90644B) is known color: Dark Tan. HEX triplet: 90, 64 and 4B. RGB value is (144,100,75). Sum of RGB (Red+Green+Blue) = 144+100+75=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #90644B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90644B is #6F9BB4. Grayscale: #6E6E6E. Windows color (decimal): -7314357 or 4940944. OLE color: 4940944.
HSL color Cylindrical-coordinate representation of color #90644B: hue angle of 21.74º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90644B is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 100 | 75 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.44 |
| HSL | 21.74º | 0.32% | 0.43% | - |
| HSV(B) | 21.74º | 0.48% | 0.56% | - |
| XYZ | 17.33 | 15.55 | 8.75 | - |
| YUV | 110.31 | 108.08 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 100 | 75 | 0 | 0.31 | 0.48 | 0.44 | 21.74 | 0.32 | 0.43 |
| Hex | 90 | 64 | 4B | 0 | 1F | 30 | 2C | 16 | 20 | 2B |
| Octal | 220 | 144 | 113 | 0 | 37 | 60 | 54 | 26 | 40 | 53 |
| Binary | 10010000 | 1100100 | 1001011 | 0 | 11111 | 110000 | 101100 | 10110 | 100000 | 101011 |
Color Harmonies of #90644B
Complementary color
Monochromatic Colors of #90644B
Black with #90644B
Text Example
Text Example
White with #90644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90644B; }
p { color: rgb(144,100,75); }
H1.HeaderClassName
{
color: #90644B;
}
.AnyTagClassName
{
color: #90644B;
}
</style>
background-color css
<style>
a { background-color: #90644B; }
a { background-color: rgb(144,100,75); }
div.DivClassName
{
background-color: #90644B;
}
.BgClassName
{
background-color: #90644B;
}
</style>
border-color css
<style>
span { border-color: #90644B; }
span { border-color: rgb(144,100,75); }
td.TdClassName
{
border-color: #90644B;
}
.TagClassName
{
border-color: #90644B;
}
</style>