Shades of Pale Brown #967856
Tints of Pale Brown #967856
RGB
CMYK
RGB Variations
Color information
#967856 (or 0x967856) is known color: Pale Brown. HEX triplet: 96, 78 and 56. RGB value is (150,120,86). Sum of RGB (Red+Green+Blue) = 150+120+86=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #967856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967856 is #6987A9. Grayscale: #7D7D7D. Windows color (decimal): -6916010 or 5666966. OLE color: 5666966.
HSL color Cylindrical-coordinate representation of color #967856: hue angle of 31.88º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #967856 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 120 | 86 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.41 |
| HSL | 31.88º | 0.27% | 0.46% | - |
| HSV(B) | 31.88º | 0.43% | 0.59% | - |
| XYZ | 20.97 | 20.59 | 11.67 | - |
| YUV | 125.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 86 | 0 | 0.20 | 0.43 | 0.41 | 31.88 | 0.27 | 0.46 |
| Hex | 96 | 78 | 56 | 0 | 14 | 2B | 29 | 20 | 1B | 2E |
| Octal | 226 | 170 | 126 | 0 | 24 | 53 | 51 | 40 | 33 | 56 |
| Binary | 10010110 | 1111000 | 1010110 | 0 | 10100 | 101011 | 101001 | 100000 | 11011 | 101110 |
Color Harmonies of #967856
Complementary color
Monochromatic Colors of #967856
Black with #967856
Text Example
Text Example
White with #967856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967856; }
p { color: rgb(150,120,86); }
H1.HeaderClassName
{
color: #967856;
}
.AnyTagClassName
{
color: #967856;
}
</style>
background-color css
<style>
a { background-color: #967856; }
a { background-color: rgb(150,120,86); }
div.DivClassName
{
background-color: #967856;
}
.BgClassName
{
background-color: #967856;
}
</style>
border-color css
<style>
span { border-color: #967856; }
span { border-color: rgb(150,120,86); }
td.TdClassName
{
border-color: #967856;
}
.TagClassName
{
border-color: #967856;
}
</style>