Shades of Dark Tan #906648
Tints of Dark Tan #906648
RGB
CMYK
RGB Variations
Color information
#906648 (or 0x906648) is known color: Dark Tan. HEX triplet: 90, 66 and 48. RGB value is (144,102,72). Sum of RGB (Red+Green+Blue) = 144+102+72=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #906648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906648 is #6F99B7. Grayscale: #6F6F6F. Windows color (decimal): -7313848 or 4744848. OLE color: 4744848.
HSL color Cylindrical-coordinate representation of color #906648: hue angle of 25º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #906648 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 102 | 72 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.44 |
| HSL | 25º | 0.33% | 0.42% | - |
| HSV(B) | 25º | 0.5% | 0.56% | - |
| XYZ | 17.42 | 15.9 | 8.28 | - |
| YUV | 111.14 | 105.91 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 72 | 0 | 0.29 | 0.50 | 0.44 | 25 | 0.33 | 0.42 |
| Hex | 90 | 66 | 48 | 0 | 1D | 32 | 2C | 19 | 21 | 2A |
| Octal | 220 | 146 | 110 | 0 | 35 | 62 | 54 | 31 | 41 | 52 |
| Binary | 10010000 | 1100110 | 1001000 | 0 | 11101 | 110010 | 101100 | 11001 | 100001 | 101010 |
Color Harmonies of #906648
Complementary color
Monochromatic Colors of #906648
Black with #906648
Text Example
Text Example
White with #906648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906648; }
p { color: rgb(144,102,72); }
H1.HeaderClassName
{
color: #906648;
}
.AnyTagClassName
{
color: #906648;
}
</style>
background-color css
<style>
a { background-color: #906648; }
a { background-color: rgb(144,102,72); }
div.DivClassName
{
background-color: #906648;
}
.BgClassName
{
background-color: #906648;
}
</style>
border-color css
<style>
span { border-color: #906648; }
span { border-color: rgb(144,102,72); }
td.TdClassName
{
border-color: #906648;
}
.TagClassName
{
border-color: #906648;
}
</style>