Shades of Pale Brown #967446
Tints of Pale Brown #967446
RGB
CMYK
RGB Variations
Color information
#967446 (or 0x967446) is known color: Pale Brown. HEX triplet: 96, 74 and 46. RGB value is (150,116,70). Sum of RGB (Red+Green+Blue) = 150+116+70=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #967446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967446 is #698BB9. Grayscale: #797979. Windows color (decimal): -6917050 or 4617366. OLE color: 4617366.
HSL color Cylindrical-coordinate representation of color #967446: hue angle of 34.5º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #967446 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 116 | 70 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.41 |
| HSL | 34.5º | 0.36% | 0.43% | - |
| HSV(B) | 34.5º | 0.53% | 0.59% | - |
| XYZ | 19.93 | 19.42 | 8.49 | - |
| YUV | 120.92 | 99.26 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 116 | 70 | 0 | 0.23 | 0.53 | 0.41 | 34.5 | 0.36 | 0.43 |
| Hex | 96 | 74 | 46 | 0 | 17 | 35 | 29 | 22 | 24 | 2B |
| Octal | 226 | 164 | 106 | 0 | 27 | 65 | 51 | 42 | 44 | 53 |
| Binary | 10010110 | 1110100 | 1000110 | 0 | 10111 | 110101 | 101001 | 100010 | 100100 | 101011 |
Color Harmonies of #967446
Complementary color
Monochromatic Colors of #967446
Black with #967446
Text Example
Text Example
White with #967446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967446; }
p { color: rgb(150,116,70); }
H1.HeaderClassName
{
color: #967446;
}
.AnyTagClassName
{
color: #967446;
}
</style>
background-color css
<style>
a { background-color: #967446; }
a { background-color: rgb(150,116,70); }
div.DivClassName
{
background-color: #967446;
}
.BgClassName
{
background-color: #967446;
}
</style>
border-color css
<style>
span { border-color: #967446; }
span { border-color: rgb(150,116,70); }
td.TdClassName
{
border-color: #967446;
}
.TagClassName
{
border-color: #967446;
}
</style>