Shades of Pale Brown #967045
Tints of Pale Brown #967045
RGB
CMYK
RGB Variations
Color information
#967045 (or 0x967045) is known color: Pale Brown. HEX triplet: 96, 70 and 45. RGB value is (150,112,69). Sum of RGB (Red+Green+Blue) = 150+112+69=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #967045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967045 is #698FBA. Grayscale: #767676. Windows color (decimal): -6918075 or 4550806. OLE color: 4550806.
HSL color Cylindrical-coordinate representation of color #967045: hue angle of 31.85º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #967045 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 112 | 69 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.41 |
| HSL | 31.85º | 0.37% | 0.43% | - |
| HSV(B) | 31.85º | 0.54% | 0.59% | - |
| XYZ | 19.45 | 18.5 | 8.18 | - |
| YUV | 118.46 | 100.09 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 69 | 0 | 0.25 | 0.54 | 0.41 | 31.85 | 0.37 | 0.43 |
| Hex | 96 | 70 | 45 | 0 | 19 | 36 | 29 | 20 | 25 | 2B |
| Octal | 226 | 160 | 105 | 0 | 31 | 66 | 51 | 40 | 45 | 53 |
| Binary | 10010110 | 1110000 | 1000101 | 0 | 11001 | 110110 | 101001 | 100000 | 100101 | 101011 |
Color Harmonies of #967045
Complementary color
Monochromatic Colors of #967045
Black with #967045
Text Example
Text Example
White with #967045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967045; }
p { color: rgb(150,112,69); }
H1.HeaderClassName
{
color: #967045;
}
.AnyTagClassName
{
color: #967045;
}
</style>
background-color css
<style>
a { background-color: #967045; }
a { background-color: rgb(150,112,69); }
div.DivClassName
{
background-color: #967045;
}
.BgClassName
{
background-color: #967045;
}
</style>
border-color css
<style>
span { border-color: #967045; }
span { border-color: rgb(150,112,69); }
td.TdClassName
{
border-color: #967045;
}
.TagClassName
{
border-color: #967045;
}
</style>