Shades of Pale Brown #967B56
Tints of Pale Brown #967B56
RGB
CMYK
RGB Variations
Color information
#967B56 (or 0x967B56) is known color: Pale Brown. HEX triplet: 96, 7B and 56. RGB value is (150,123,86). Sum of RGB (Red+Green+Blue) = 150+123+86=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #967B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B56 is #6984A9. Grayscale: #7F7F7F. Windows color (decimal): -6915242 or 5667734. OLE color: 5667734.
HSL color Cylindrical-coordinate representation of color #967B56: hue angle of 34.69º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #967B56 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 123 | 86 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.41 |
| HSL | 34.69º | 0.27% | 0.46% | - |
| HSV(B) | 34.69º | 0.43% | 0.59% | - |
| XYZ | 21.34 | 21.32 | 11.79 | - |
| YUV | 126.86 | 104.95 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 86 | 0 | 0.18 | 0.43 | 0.41 | 34.69 | 0.27 | 0.46 |
| Hex | 96 | 7B | 56 | 0 | 12 | 2B | 29 | 23 | 1B | 2E |
| Octal | 226 | 173 | 126 | 0 | 22 | 53 | 51 | 43 | 33 | 56 |
| Binary | 10010110 | 1111011 | 1010110 | 0 | 10010 | 101011 | 101001 | 100011 | 11011 | 101110 |
Color Harmonies of #967B56
Complementary color
Monochromatic Colors of #967B56
Black with #967B56
Text Example
Text Example
White with #967B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967B56; }
p { color: rgb(150,123,86); }
H1.HeaderClassName
{
color: #967B56;
}
.AnyTagClassName
{
color: #967B56;
}
</style>
background-color css
<style>
a { background-color: #967B56; }
a { background-color: rgb(150,123,86); }
div.DivClassName
{
background-color: #967B56;
}
.BgClassName
{
background-color: #967B56;
}
</style>
border-color css
<style>
span { border-color: #967B56; }
span { border-color: rgb(150,123,86); }
td.TdClassName
{
border-color: #967B56;
}
.TagClassName
{
border-color: #967B56;
}
</style>