Shades of Pale Brown #967548
Tints of Pale Brown #967548
RGB
CMYK
RGB Variations
Color information
#967548 (or 0x967548) is known color: Pale Brown. HEX triplet: 96, 75 and 48. RGB value is (150,117,72). Sum of RGB (Red+Green+Blue) = 150+117+72=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #967548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967548 is #698AB7. Grayscale: #797979. Windows color (decimal): -6916792 or 4748694. OLE color: 4748694.
HSL color Cylindrical-coordinate representation of color #967548: hue angle of 34.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #967548 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 72 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.41 |
| HSL | 34.62º | 0.35% | 0.44% | - |
| HSV(B) | 34.62º | 0.52% | 0.59% | - |
| XYZ | 20.11 | 19.67 | 8.87 | - |
| YUV | 121.74 | 99.93 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 72 | 0 | 0.22 | 0.52 | 0.41 | 34.62 | 0.35 | 0.44 |
| Hex | 96 | 75 | 48 | 0 | 16 | 34 | 29 | 23 | 23 | 2C |
| Octal | 226 | 165 | 110 | 0 | 26 | 64 | 51 | 43 | 43 | 54 |
| Binary | 10010110 | 1110101 | 1001000 | 0 | 10110 | 110100 | 101001 | 100011 | 100011 | 101100 |
Color Harmonies of #967548
Complementary color
Monochromatic Colors of #967548
Black with #967548
Text Example
Text Example
White with #967548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967548; }
p { color: rgb(150,117,72); }
H1.HeaderClassName
{
color: #967548;
}
.AnyTagClassName
{
color: #967548;
}
</style>
background-color css
<style>
a { background-color: #967548; }
a { background-color: rgb(150,117,72); }
div.DivClassName
{
background-color: #967548;
}
.BgClassName
{
background-color: #967548;
}
</style>
border-color css
<style>
span { border-color: #967548; }
span { border-color: rgb(150,117,72); }
td.TdClassName
{
border-color: #967548;
}
.TagClassName
{
border-color: #967548;
}
</style>