Shades of Pale Brown #9A775A
Tints of Pale Brown #9A775A
RGB
CMYK
RGB Variations
Color information
#9A775A (or 0x9A775A) is known color: Pale Brown. HEX triplet: 9A, 77 and 5A. RGB value is (154,119,90). Sum of RGB (Red+Green+Blue) = 154+119+90=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 154 - color contains mainly: red. Hex color #9A775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A775A is #6588A5. Grayscale: #7E7E7E. Windows color (decimal): -6654118 or 5928858. OLE color: 5928858.
HSL color Cylindrical-coordinate representation of color #9A775A: hue angle of 27.19º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A775A is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 119 | 90 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.40 |
| HSL | 27.19º | 0.26% | 0.48% | - |
| HSV(B) | 27.19º | 0.42% | 0.6% | - |
| XYZ | 21.77 | 20.8 | 12.54 | - |
| YUV | 126.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 119 | 90 | 0 | 0.23 | 0.42 | 0.40 | 27.19 | 0.26 | 0.48 |
| Hex | 9A | 77 | 5A | 0 | 17 | 2A | 28 | 1B | 1A | 30 |
| Octal | 232 | 167 | 132 | 0 | 27 | 52 | 50 | 33 | 32 | 60 |
| Binary | 10011010 | 1110111 | 1011010 | 0 | 10111 | 101010 | 101000 | 11011 | 11010 | 110000 |
Color Harmonies of #9A775A
Complementary color
Monochromatic Colors of #9A775A
Black with #9A775A
Text Example
Text Example
White with #9A775A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A775A; }
p { color: rgb(154,119,90); }
H1.HeaderClassName
{
color: #9A775A;
}
.AnyTagClassName
{
color: #9A775A;
}
</style>
background-color css
<style>
a { background-color: #9A775A; }
a { background-color: rgb(154,119,90); }
div.DivClassName
{
background-color: #9A775A;
}
.BgClassName
{
background-color: #9A775A;
}
</style>
border-color css
<style>
span { border-color: #9A775A; }
span { border-color: rgb(154,119,90); }
td.TdClassName
{
border-color: #9A775A;
}
.TagClassName
{
border-color: #9A775A;
}
</style>