Shades of Pale Brown #9B774D
Tints of Pale Brown #9B774D
RGB
CMYK
RGB Variations
Color information
#9B774D (or 0x9B774D) is known color: Pale Brown. HEX triplet: 9B, 77 and 4D. RGB value is (155,119,77). Sum of RGB (Red+Green+Blue) = 155+119+77=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B774D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B774D is #6488B2. Grayscale: #7D7D7D. Windows color (decimal): -6588595 or 5076891. OLE color: 5076891.
HSL color Cylindrical-coordinate representation of color #9B774D: hue angle of 32.31º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B774D is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 119 | 77 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.39 |
| HSL | 32.31º | 0.34% | 0.45% | - |
| HSV(B) | 32.31º | 0.5% | 0.61% | - |
| XYZ | 21.45 | 20.7 | 9.89 | - |
| YUV | 124.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 119 | 77 | 0 | 0.23 | 0.50 | 0.39 | 32.31 | 0.34 | 0.45 |
| Hex | 9B | 77 | 4D | 0 | 17 | 32 | 27 | 20 | 22 | 2D |
| Octal | 233 | 167 | 115 | 0 | 27 | 62 | 47 | 40 | 42 | 55 |
| Binary | 10011011 | 1110111 | 1001101 | 0 | 10111 | 110010 | 100111 | 100000 | 100010 | 101101 |
Color Harmonies of #9B774D
Complementary color
Monochromatic Colors of #9B774D
Black with #9B774D
Text Example
Text Example
White with #9B774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B774D; }
p { color: rgb(155,119,77); }
H1.HeaderClassName
{
color: #9B774D;
}
.AnyTagClassName
{
color: #9B774D;
}
</style>
background-color css
<style>
a { background-color: #9B774D; }
a { background-color: rgb(155,119,77); }
div.DivClassName
{
background-color: #9B774D;
}
.BgClassName
{
background-color: #9B774D;
}
</style>
border-color css
<style>
span { border-color: #9B774D; }
span { border-color: rgb(155,119,77); }
td.TdClassName
{
border-color: #9B774D;
}
.TagClassName
{
border-color: #9B774D;
}
</style>