Shades of Pale Brown #967549
Tints of Pale Brown #967549
RGB
CMYK
RGB Variations
Color information
#967549 (or 0x967549) is known color: Pale Brown. HEX triplet: 96, 75 and 49. RGB value is (150,117,73). Sum of RGB (Red+Green+Blue) = 150+117+73=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #967549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967549 is #698AB6. Grayscale: #7A7A7A. Windows color (decimal): -6916791 or 4814230. OLE color: 4814230.
HSL color Cylindrical-coordinate representation of color #967549: hue angle of 34.29º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #967549 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 73 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.41 |
| HSL | 34.29º | 0.35% | 0.44% | - |
| HSV(B) | 34.29º | 0.51% | 0.59% | - |
| XYZ | 20.14 | 19.69 | 9.04 | - |
| YUV | 121.85 | 100.43 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 73 | 0 | 0.22 | 0.51 | 0.41 | 34.29 | 0.35 | 0.44 |
| Hex | 96 | 75 | 49 | 0 | 16 | 33 | 29 | 22 | 23 | 2C |
| Octal | 226 | 165 | 111 | 0 | 26 | 63 | 51 | 42 | 43 | 54 |
| Binary | 10010110 | 1110101 | 1001001 | 0 | 10110 | 110011 | 101001 | 100010 | 100011 | 101100 |
Color Harmonies of #967549
Complementary color
Monochromatic Colors of #967549
Black with #967549
Text Example
Text Example
White with #967549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967549; }
p { color: rgb(150,117,73); }
H1.HeaderClassName
{
color: #967549;
}
.AnyTagClassName
{
color: #967549;
}
</style>
background-color css
<style>
a { background-color: #967549; }
a { background-color: rgb(150,117,73); }
div.DivClassName
{
background-color: #967549;
}
.BgClassName
{
background-color: #967549;
}
</style>
border-color css
<style>
span { border-color: #967549; }
span { border-color: rgb(150,117,73); }
td.TdClassName
{
border-color: #967549;
}
.TagClassName
{
border-color: #967549;
}
</style>