Shades of Pale Brown #9B704D
Tints of Pale Brown #9B704D
RGB
CMYK
RGB Variations
Color information
#9B704D (or 0x9B704D) is known color: Pale Brown. HEX triplet: 9B, 70 and 4D. RGB value is (155,112,77). Sum of RGB (Red+Green+Blue) = 155+112+77=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B704D is #648FB2. Grayscale: #797979. Windows color (decimal): -6590387 or 5075099. OLE color: 5075099.
HSL color Cylindrical-coordinate representation of color #9B704D: hue angle of 26.92º 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 #9B704D is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 112 | 77 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.39 |
| HSL | 26.92º | 0.34% | 0.45% | - |
| HSV(B) | 26.92º | 0.5% | 0.61% | - |
| XYZ | 20.65 | 19.09 | 9.62 | - |
| YUV | 120.87 | 103.25 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 77 | 0 | 0.28 | 0.50 | 0.39 | 26.92 | 0.34 | 0.45 |
| Hex | 9B | 70 | 4D | 0 | 1C | 32 | 27 | 1B | 22 | 2D |
| Octal | 233 | 160 | 115 | 0 | 34 | 62 | 47 | 33 | 42 | 55 |
| Binary | 10011011 | 1110000 | 1001101 | 0 | 11100 | 110010 | 100111 | 11011 | 100010 | 101101 |
Color Harmonies of #9B704D
Complementary color
Monochromatic Colors of #9B704D
Black with #9B704D
Text Example
Text Example
White with #9B704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B704D; }
p { color: rgb(155,112,77); }
H1.HeaderClassName
{
color: #9B704D;
}
.AnyTagClassName
{
color: #9B704D;
}
</style>
background-color css
<style>
a { background-color: #9B704D; }
a { background-color: rgb(155,112,77); }
div.DivClassName
{
background-color: #9B704D;
}
.BgClassName
{
background-color: #9B704D;
}
</style>
border-color css
<style>
span { border-color: #9B704D; }
span { border-color: rgb(155,112,77); }
td.TdClassName
{
border-color: #9B704D;
}
.TagClassName
{
border-color: #9B704D;
}
</style>