Shades of Pale Brown #967859
Tints of Pale Brown #967859
RGB
CMYK
RGB Variations
Color information
#967859 (or 0x967859) is known color: Pale Brown. HEX triplet: 96, 78 and 59. RGB value is (150,120,89). Sum of RGB (Red+Green+Blue) = 150+120+89=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #967859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967859 is #6987A6. Grayscale: #7D7D7D. Windows color (decimal): -6916007 or 5863574. OLE color: 5863574.
HSL color Cylindrical-coordinate representation of color #967859: hue angle of 30.49º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #967859 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 120 | 89 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.41 |
| HSL | 30.49º | 0.26% | 0.47% | - |
| HSV(B) | 30.49º | 0.41% | 0.59% | - |
| XYZ | 21.1 | 20.64 | 12.32 | - |
| YUV | 125.44 | 107.44 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 89 | 0 | 0.20 | 0.41 | 0.41 | 30.49 | 0.26 | 0.47 |
| Hex | 96 | 78 | 59 | 0 | 14 | 29 | 29 | 1E | 1A | 2F |
| Octal | 226 | 170 | 131 | 0 | 24 | 51 | 51 | 36 | 32 | 57 |
| Binary | 10010110 | 1111000 | 1011001 | 0 | 10100 | 101001 | 101001 | 11110 | 11010 | 101111 |
Color Harmonies of #967859
Complementary color
Monochromatic Colors of #967859
Black with #967859
Text Example
Text Example
White with #967859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967859; }
p { color: rgb(150,120,89); }
H1.HeaderClassName
{
color: #967859;
}
.AnyTagClassName
{
color: #967859;
}
</style>
background-color css
<style>
a { background-color: #967859; }
a { background-color: rgb(150,120,89); }
div.DivClassName
{
background-color: #967859;
}
.BgClassName
{
background-color: #967859;
}
</style>
border-color css
<style>
span { border-color: #967859; }
span { border-color: rgb(150,120,89); }
td.TdClassName
{
border-color: #967859;
}
.TagClassName
{
border-color: #967859;
}
</style>