Shades of Pale Brown #967144
Tints of Pale Brown #967144
RGB
CMYK
RGB Variations
Color information
#967144 (or 0x967144) is known color: Pale Brown. HEX triplet: 96, 71 and 44. RGB value is (150,113,68). Sum of RGB (Red+Green+Blue) = 150+113+68=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #967144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967144 is #698EBB. Grayscale: #777777. Windows color (decimal): -6917820 or 4485526. OLE color: 4485526.
HSL color Cylindrical-coordinate representation of color #967144: hue angle of 32.93º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #967144 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 113 | 68 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.41 |
| HSL | 32.93º | 0.38% | 0.43% | - |
| HSV(B) | 32.93º | 0.55% | 0.59% | - |
| XYZ | 19.53 | 18.71 | 8.05 | - |
| YUV | 118.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 113 | 68 | 0 | 0.25 | 0.55 | 0.41 | 32.93 | 0.38 | 0.43 |
| Hex | 96 | 71 | 44 | 0 | 19 | 37 | 29 | 21 | 26 | 2B |
| Octal | 226 | 161 | 104 | 0 | 31 | 67 | 51 | 41 | 46 | 53 |
| Binary | 10010110 | 1110001 | 1000100 | 0 | 11001 | 110111 | 101001 | 100001 | 100110 | 101011 |
Color Harmonies of #967144
Complementary color
Monochromatic Colors of #967144
Black with #967144
Text Example
Text Example
White with #967144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967144; }
p { color: rgb(150,113,68); }
H1.HeaderClassName
{
color: #967144;
}
.AnyTagClassName
{
color: #967144;
}
</style>
background-color css
<style>
a { background-color: #967144; }
a { background-color: rgb(150,113,68); }
div.DivClassName
{
background-color: #967144;
}
.BgClassName
{
background-color: #967144;
}
</style>
border-color css
<style>
span { border-color: #967144; }
span { border-color: rgb(150,113,68); }
td.TdClassName
{
border-color: #967144;
}
.TagClassName
{
border-color: #967144;
}
</style>