Shades of Pale Brown #96775B
Tints of Pale Brown #96775B
RGB
CMYK
RGB Variations
Color information
#96775B (or 0x96775B) is known color: Pale Brown. HEX triplet: 96, 77 and 5B. RGB value is (150,119,91). Sum of RGB (Red+Green+Blue) = 150+119+91=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #96775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96775B is #6988A4. Grayscale: #7D7D7D. Windows color (decimal): -6916261 or 5994390. OLE color: 5994390.
HSL color Cylindrical-coordinate representation of color #96775B: hue angle of 28.47º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96775B is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 119 | 91 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.41 |
| HSL | 28.47º | 0.24% | 0.47% | - |
| HSV(B) | 28.47º | 0.39% | 0.59% | - |
| XYZ | 21.06 | 20.43 | 12.73 | - |
| YUV | 125.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 119 | 91 | 0 | 0.21 | 0.39 | 0.41 | 28.47 | 0.24 | 0.47 |
| Hex | 96 | 77 | 5B | 0 | 15 | 27 | 29 | 1C | 18 | 2F |
| Octal | 226 | 167 | 133 | 0 | 25 | 47 | 51 | 34 | 30 | 57 |
| Binary | 10010110 | 1110111 | 1011011 | 0 | 10101 | 100111 | 101001 | 11100 | 11000 | 101111 |
Color Harmonies of #96775B
Complementary color
Monochromatic Colors of #96775B
Black with #96775B
Text Example
Text Example
White with #96775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96775B; }
p { color: rgb(150,119,91); }
H1.HeaderClassName
{
color: #96775B;
}
.AnyTagClassName
{
color: #96775B;
}
</style>
background-color css
<style>
a { background-color: #96775B; }
a { background-color: rgb(150,119,91); }
div.DivClassName
{
background-color: #96775B;
}
.BgClassName
{
background-color: #96775B;
}
</style>
border-color css
<style>
span { border-color: #96775B; }
span { border-color: rgb(150,119,91); }
td.TdClassName
{
border-color: #96775B;
}
.TagClassName
{
border-color: #96775B;
}
</style>