Shades of Pale Brown #9B764D
Tints of Pale Brown #9B764D
RGB
CMYK
RGB Variations
Color information
#9B764D (or 0x9B764D) is known color: Pale Brown. HEX triplet: 9B, 76 and 4D. RGB value is (155,118,77). Sum of RGB (Red+Green+Blue) = 155+118+77=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B764D is #6489B2. Grayscale: #7C7C7C. Windows color (decimal): -6588851 or 5076635. OLE color: 5076635.
HSL color Cylindrical-coordinate representation of color #9B764D: hue angle of 31.54º 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 #9B764D is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 118 | 77 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.39 |
| HSL | 31.54º | 0.34% | 0.45% | - |
| HSV(B) | 31.54º | 0.5% | 0.61% | - |
| XYZ | 21.34 | 20.46 | 9.85 | - |
| YUV | 124.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 118 | 77 | 0 | 0.24 | 0.50 | 0.39 | 31.54 | 0.34 | 0.45 |
| Hex | 9B | 76 | 4D | 0 | 18 | 32 | 27 | 20 | 22 | 2D |
| Octal | 233 | 166 | 115 | 0 | 30 | 62 | 47 | 40 | 42 | 55 |
| Binary | 10011011 | 1110110 | 1001101 | 0 | 11000 | 110010 | 100111 | 100000 | 100010 | 101101 |
Color Harmonies of #9B764D
Complementary color
Monochromatic Colors of #9B764D
Black with #9B764D
Text Example
Text Example
White with #9B764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B764D; }
p { color: rgb(155,118,77); }
H1.HeaderClassName
{
color: #9B764D;
}
.AnyTagClassName
{
color: #9B764D;
}
</style>
background-color css
<style>
a { background-color: #9B764D; }
a { background-color: rgb(155,118,77); }
div.DivClassName
{
background-color: #9B764D;
}
.BgClassName
{
background-color: #9B764D;
}
</style>
border-color css
<style>
span { border-color: #9B764D; }
span { border-color: rgb(155,118,77); }
td.TdClassName
{
border-color: #9B764D;
}
.TagClassName
{
border-color: #9B764D;
}
</style>