Shades of Pale Brown #967355
Tints of Pale Brown #967355
RGB
CMYK
RGB Variations
Color information
#967355 (or 0x967355) is known color: Pale Brown. HEX triplet: 96, 73 and 55. RGB value is (150,115,85). Sum of RGB (Red+Green+Blue) = 150+115+85=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #967355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967355 is #698CAA. Grayscale: #7A7A7A. Windows color (decimal): -6917291 or 5600150. OLE color: 5600150.
HSL color Cylindrical-coordinate representation of color #967355: hue angle of 27.69º degrees, saturation: 0.28, 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 #967355 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 115 | 85 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.41 |
| HSL | 27.69º | 0.28% | 0.46% | - |
| HSV(B) | 27.69º | 0.43% | 0.59% | - |
| XYZ | 20.35 | 19.4 | 11.27 | - |
| YUV | 122.05 | 107.1 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 85 | 0 | 0.23 | 0.43 | 0.41 | 27.69 | 0.28 | 0.46 |
| Hex | 96 | 73 | 55 | 0 | 17 | 2B | 29 | 1C | 1C | 2E |
| Octal | 226 | 163 | 125 | 0 | 27 | 53 | 51 | 34 | 34 | 56 |
| Binary | 10010110 | 1110011 | 1010101 | 0 | 10111 | 101011 | 101001 | 11100 | 11100 | 101110 |
Color Harmonies of #967355
Complementary color
Monochromatic Colors of #967355
Black with #967355
Text Example
Text Example
White with #967355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967355; }
p { color: rgb(150,115,85); }
H1.HeaderClassName
{
color: #967355;
}
.AnyTagClassName
{
color: #967355;
}
</style>
background-color css
<style>
a { background-color: #967355; }
a { background-color: rgb(150,115,85); }
div.DivClassName
{
background-color: #967355;
}
.BgClassName
{
background-color: #967355;
}
</style>
border-color css
<style>
span { border-color: #967355; }
span { border-color: rgb(150,115,85); }
td.TdClassName
{
border-color: #967355;
}
.TagClassName
{
border-color: #967355;
}
</style>