Shades of Pale Brown #967350
Tints of Pale Brown #967350
RGB
CMYK
RGB Variations
Color information
#967350 (or 0x967350) is known color: Pale Brown. HEX triplet: 96, 73 and 50. RGB value is (150,115,80). Sum of RGB (Red+Green+Blue) = 150+115+80=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #967350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967350 is #698CAF. Grayscale: #797979. Windows color (decimal): -6917296 or 5272470. OLE color: 5272470.
HSL color Cylindrical-coordinate representation of color #967350: hue angle of 30º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #967350 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 115 | 80 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.41 |
| HSL | 30º | 0.3% | 0.45% | - |
| HSV(B) | 30º | 0.47% | 0.59% | - |
| XYZ | 20.16 | 19.32 | 10.26 | - |
| YUV | 121.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 80 | 0 | 0.23 | 0.47 | 0.41 | 30 | 0.3 | 0.45 |
| Hex | 96 | 73 | 50 | 0 | 17 | 2F | 29 | 1E | 1E | 2D |
| Octal | 226 | 163 | 120 | 0 | 27 | 57 | 51 | 36 | 36 | 55 |
| Binary | 10010110 | 1110011 | 1010000 | 0 | 10111 | 101111 | 101001 | 11110 | 11110 | 101101 |
Color Harmonies of #967350
Complementary color
Monochromatic Colors of #967350
Black with #967350
Text Example
Text Example
White with #967350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967350; }
p { color: rgb(150,115,80); }
H1.HeaderClassName
{
color: #967350;
}
.AnyTagClassName
{
color: #967350;
}
</style>
background-color css
<style>
a { background-color: #967350; }
a { background-color: rgb(150,115,80); }
div.DivClassName
{
background-color: #967350;
}
.BgClassName
{
background-color: #967350;
}
</style>
border-color css
<style>
span { border-color: #967350; }
span { border-color: rgb(150,115,80); }
td.TdClassName
{
border-color: #967350;
}
.TagClassName
{
border-color: #967350;
}
</style>