Shades of Pale Brown #90795B
Tints of Pale Brown #90795B
RGB
CMYK
RGB Variations
Color information
#90795B (or 0x90795B) is known color: Pale Brown. HEX triplet: 90, 79 and 5B. RGB value is (144,121,91). Sum of RGB (Red+Green+Blue) = 144+121+91=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #90795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90795B is #6F86A4. Grayscale: #7C7C7C. Windows color (decimal): -7308965 or 5994896. OLE color: 5994896.
HSL color Cylindrical-coordinate representation of color #90795B: hue angle of 33.96º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90795B is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 121 | 91 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.44 |
| HSL | 33.96º | 0.23% | 0.46% | - |
| HSV(B) | 33.96º | 0.37% | 0.56% | - |
| XYZ | 20.23 | 20.36 | 12.76 | - |
| YUV | 124.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 121 | 91 | 0 | 0.16 | 0.37 | 0.44 | 33.96 | 0.23 | 0.46 |
| Hex | 90 | 79 | 5B | 0 | 10 | 25 | 2C | 22 | 17 | 2E |
| Octal | 220 | 171 | 133 | 0 | 20 | 45 | 54 | 42 | 27 | 56 |
| Binary | 10010000 | 1111001 | 1011011 | 0 | 10000 | 100101 | 101100 | 100010 | 10111 | 101110 |
Color Harmonies of #90795B
Complementary color
Monochromatic Colors of #90795B
Black with #90795B
Text Example
Text Example
White with #90795B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90795B; }
p { color: rgb(144,121,91); }
H1.HeaderClassName
{
color: #90795B;
}
.AnyTagClassName
{
color: #90795B;
}
</style>
background-color css
<style>
a { background-color: #90795B; }
a { background-color: rgb(144,121,91); }
div.DivClassName
{
background-color: #90795B;
}
.BgClassName
{
background-color: #90795B;
}
</style>
border-color css
<style>
span { border-color: #90795B; }
span { border-color: rgb(144,121,91); }
td.TdClassName
{
border-color: #90795B;
}
.TagClassName
{
border-color: #90795B;
}
</style>