Shades of Pale Brown #967356
Tints of Pale Brown #967356
RGB
CMYK
RGB Variations
Color information
#967356 (or 0x967356) is known color: Pale Brown. HEX triplet: 96, 73 and 56. RGB value is (150,115,86). Sum of RGB (Red+Green+Blue) = 150+115+86=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #967356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967356 is #698CA9. Grayscale: #7A7A7A. Windows color (decimal): -6917290 or 5665686. OLE color: 5665686.
HSL color Cylindrical-coordinate representation of color #967356: hue angle of 27.19º 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 #967356 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 115 | 86 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.41 |
| HSL | 27.19º | 0.27% | 0.46% | - |
| HSV(B) | 27.19º | 0.43% | 0.59% | - |
| XYZ | 20.39 | 19.42 | 11.48 | - |
| YUV | 122.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 86 | 0 | 0.23 | 0.43 | 0.41 | 27.19 | 0.27 | 0.46 |
| Hex | 96 | 73 | 56 | 0 | 17 | 2B | 29 | 1B | 1B | 2E |
| Octal | 226 | 163 | 126 | 0 | 27 | 53 | 51 | 33 | 33 | 56 |
| Binary | 10010110 | 1110011 | 1010110 | 0 | 10111 | 101011 | 101001 | 11011 | 11011 | 101110 |
Color Harmonies of #967356
Complementary color
Monochromatic Colors of #967356
Black with #967356
Text Example
Text Example
White with #967356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967356; }
p { color: rgb(150,115,86); }
H1.HeaderClassName
{
color: #967356;
}
.AnyTagClassName
{
color: #967356;
}
</style>
background-color css
<style>
a { background-color: #967356; }
a { background-color: rgb(150,115,86); }
div.DivClassName
{
background-color: #967356;
}
.BgClassName
{
background-color: #967356;
}
</style>
border-color css
<style>
span { border-color: #967356; }
span { border-color: rgb(150,115,86); }
td.TdClassName
{
border-color: #967356;
}
.TagClassName
{
border-color: #967356;
}
</style>