Shades of Pale Brown #967951
Tints of Pale Brown #967951
RGB
CMYK
RGB Variations
Color information
#967951 (or 0x967951) is known color: Pale Brown. HEX triplet: 96, 79 and 51. RGB value is (150,121,81). Sum of RGB (Red+Green+Blue) = 150+121+81=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #967951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967951 is #6986AE. Grayscale: #7D7D7D. Windows color (decimal): -6915759 or 5339542. OLE color: 5339542.
HSL color Cylindrical-coordinate representation of color #967951: hue angle of 34.78º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #967951 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 121 | 81 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.41 |
| HSL | 34.78º | 0.3% | 0.45% | - |
| HSV(B) | 34.78º | 0.46% | 0.59% | - |
| XYZ | 20.9 | 20.75 | 10.69 | - |
| YUV | 125.11 | 103.11 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 121 | 81 | 0 | 0.19 | 0.46 | 0.41 | 34.78 | 0.3 | 0.45 |
| Hex | 96 | 79 | 51 | 0 | 13 | 2E | 29 | 23 | 1E | 2D |
| Octal | 226 | 171 | 121 | 0 | 23 | 56 | 51 | 43 | 36 | 55 |
| Binary | 10010110 | 1111001 | 1010001 | 0 | 10011 | 101110 | 101001 | 100011 | 11110 | 101101 |
Color Harmonies of #967951
Complementary color
Monochromatic Colors of #967951
Black with #967951
Text Example
Text Example
White with #967951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967951; }
p { color: rgb(150,121,81); }
H1.HeaderClassName
{
color: #967951;
}
.AnyTagClassName
{
color: #967951;
}
</style>
background-color css
<style>
a { background-color: #967951; }
a { background-color: rgb(150,121,81); }
div.DivClassName
{
background-color: #967951;
}
.BgClassName
{
background-color: #967951;
}
</style>
border-color css
<style>
span { border-color: #967951; }
span { border-color: rgb(150,121,81); }
td.TdClassName
{
border-color: #967951;
}
.TagClassName
{
border-color: #967951;
}
</style>