Shades of Pale Brown #967749
Tints of Pale Brown #967749
RGB
CMYK
RGB Variations
Color information
#967749 (or 0x967749) is known color: Pale Brown. HEX triplet: 96, 77 and 49. RGB value is (150,119,73). Sum of RGB (Red+Green+Blue) = 150+119+73=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #967749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967749 is #6988B6. Grayscale: #7B7B7B. Windows color (decimal): -6916279 or 4814742. OLE color: 4814742.
HSL color Cylindrical-coordinate representation of color #967749: hue angle of 35.84º 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 #967749 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 119 | 73 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.41 |
| HSL | 35.84º | 0.35% | 0.44% | - |
| HSV(B) | 35.84º | 0.51% | 0.59% | - |
| XYZ | 20.38 | 20.16 | 9.12 | - |
| YUV | 123.03 | 99.77 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 119 | 73 | 0 | 0.21 | 0.51 | 0.41 | 35.84 | 0.35 | 0.44 |
| Hex | 96 | 77 | 49 | 0 | 15 | 33 | 29 | 24 | 23 | 2C |
| Octal | 226 | 167 | 111 | 0 | 25 | 63 | 51 | 44 | 43 | 54 |
| Binary | 10010110 | 1110111 | 1001001 | 0 | 10101 | 110011 | 101001 | 100100 | 100011 | 101100 |
Color Harmonies of #967749
Complementary color
Monochromatic Colors of #967749
Black with #967749
Text Example
Text Example
White with #967749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967749; }
p { color: rgb(150,119,73); }
H1.HeaderClassName
{
color: #967749;
}
.AnyTagClassName
{
color: #967749;
}
</style>
background-color css
<style>
a { background-color: #967749; }
a { background-color: rgb(150,119,73); }
div.DivClassName
{
background-color: #967749;
}
.BgClassName
{
background-color: #967749;
}
</style>
border-color css
<style>
span { border-color: #967749; }
span { border-color: rgb(150,119,73); }
td.TdClassName
{
border-color: #967749;
}
.TagClassName
{
border-color: #967749;
}
</style>