Shades of Dark Tan #90674B
Tints of Dark Tan #90674B
RGB
CMYK
RGB Variations
Color information
#90674B (or 0x90674B) is known color: Dark Tan. HEX triplet: 90, 67 and 4B. RGB value is (144,103,75). Sum of RGB (Red+Green+Blue) = 144+103+75=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #90674B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90674B is #6F98B4. Grayscale: #707070. Windows color (decimal): -7313589 or 4941712. OLE color: 4941712.
HSL color Cylindrical-coordinate representation of color #90674B: hue angle of 24.35º 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 #90674B is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 103 | 75 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.44 |
| HSL | 24.35º | 0.32% | 0.43% | - |
| HSV(B) | 24.35º | 0.48% | 0.56% | - |
| XYZ | 17.62 | 16.14 | 8.84 | - |
| YUV | 112.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 103 | 75 | 0 | 0.28 | 0.48 | 0.44 | 24.35 | 0.32 | 0.43 |
| Hex | 90 | 67 | 4B | 0 | 1C | 30 | 2C | 18 | 20 | 2B |
| Octal | 220 | 147 | 113 | 0 | 34 | 60 | 54 | 30 | 40 | 53 |
| Binary | 10010000 | 1100111 | 1001011 | 0 | 11100 | 110000 | 101100 | 11000 | 100000 | 101011 |
Color Harmonies of #90674B
Complementary color
Monochromatic Colors of #90674B
Black with #90674B
Text Example
Text Example
White with #90674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90674B; }
p { color: rgb(144,103,75); }
H1.HeaderClassName
{
color: #90674B;
}
.AnyTagClassName
{
color: #90674B;
}
</style>
background-color css
<style>
a { background-color: #90674B; }
a { background-color: rgb(144,103,75); }
div.DivClassName
{
background-color: #90674B;
}
.BgClassName
{
background-color: #90674B;
}
</style>
border-color css
<style>
span { border-color: #90674B; }
span { border-color: rgb(144,103,75); }
td.TdClassName
{
border-color: #90674B;
}
.TagClassName
{
border-color: #90674B;
}
</style>