Shades of Pale Brown #967545
Tints of Pale Brown #967545
RGB
CMYK
RGB Variations
Color information
#967545 (or 0x967545) is known color: Pale Brown. HEX triplet: 96, 75 and 45. RGB value is (150,117,69). Sum of RGB (Red+Green+Blue) = 150+117+69=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #967545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967545 is #698ABA. Grayscale: #797979. Windows color (decimal): -6916795 or 4552086. OLE color: 4552086.
HSL color Cylindrical-coordinate representation of color #967545: hue angle of 35.56º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #967545 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 69 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.41 |
| HSL | 35.56º | 0.37% | 0.43% | - |
| HSV(B) | 35.56º | 0.54% | 0.59% | - |
| XYZ | 20.01 | 19.64 | 8.37 | - |
| YUV | 121.4 | 98.43 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 69 | 0 | 0.22 | 0.54 | 0.41 | 35.56 | 0.37 | 0.43 |
| Hex | 96 | 75 | 45 | 0 | 16 | 36 | 29 | 24 | 25 | 2B |
| Octal | 226 | 165 | 105 | 0 | 26 | 66 | 51 | 44 | 45 | 53 |
| Binary | 10010110 | 1110101 | 1000101 | 0 | 10110 | 110110 | 101001 | 100100 | 100101 | 101011 |
Color Harmonies of #967545
Complementary color
Monochromatic Colors of #967545
Black with #967545
Text Example
Text Example
White with #967545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967545; }
p { color: rgb(150,117,69); }
H1.HeaderClassName
{
color: #967545;
}
.AnyTagClassName
{
color: #967545;
}
</style>
background-color css
<style>
a { background-color: #967545; }
a { background-color: rgb(150,117,69); }
div.DivClassName
{
background-color: #967545;
}
.BgClassName
{
background-color: #967545;
}
</style>
border-color css
<style>
span { border-color: #967545; }
span { border-color: rgb(150,117,69); }
td.TdClassName
{
border-color: #967545;
}
.TagClassName
{
border-color: #967545;
}
</style>