Shades of Pale Brown #9F775A
Tints of Pale Brown #9F775A
RGB
CMYK
RGB Variations
Color information
#9F775A (or 0x9F775A) is known color: Pale Brown. HEX triplet: 9F, 77 and 5A. RGB value is (159,119,90). Sum of RGB (Red+Green+Blue) = 159+119+90=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F775A is #6088A5. Grayscale: #7F7F7F. Windows color (decimal): -6326438 or 5928863. OLE color: 5928863.
HSL color Cylindrical-coordinate representation of color #9F775A: hue angle of 25.22º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F775A is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 119 | 90 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.38 |
| HSL | 25.22º | 0.28% | 0.49% | - |
| HSV(B) | 25.22º | 0.43% | 0.62% | - |
| XYZ | 22.74 | 21.3 | 12.59 | - |
| YUV | 127.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 90 | 0 | 0.25 | 0.43 | 0.38 | 25.22 | 0.28 | 0.49 |
| Hex | 9F | 77 | 5A | 0 | 19 | 2B | 26 | 19 | 1C | 31 |
| Octal | 237 | 167 | 132 | 0 | 31 | 53 | 46 | 31 | 34 | 61 |
| Binary | 10011111 | 1110111 | 1011010 | 0 | 11001 | 101011 | 100110 | 11001 | 11100 | 110001 |
Color Harmonies of #9F775A
Complementary color
Monochromatic Colors of #9F775A
Black with #9F775A
Text Example
Text Example
White with #9F775A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F775A; }
p { color: rgb(159,119,90); }
H1.HeaderClassName
{
color: #9F775A;
}
.AnyTagClassName
{
color: #9F775A;
}
</style>
background-color css
<style>
a { background-color: #9F775A; }
a { background-color: rgb(159,119,90); }
div.DivClassName
{
background-color: #9F775A;
}
.BgClassName
{
background-color: #9F775A;
}
</style>
border-color css
<style>
span { border-color: #9F775A; }
span { border-color: rgb(159,119,90); }
td.TdClassName
{
border-color: #9F775A;
}
.TagClassName
{
border-color: #9F775A;
}
</style>