Shades of Pale Brown #956F50
Tints of Pale Brown #956F50
RGB
CMYK
RGB Variations
Color information
#956F50 (or 0x956F50) is known color: Pale Brown. HEX triplet: 95, 6F and 50. RGB value is (149,111,80). Sum of RGB (Red+Green+Blue) = 149+111+80=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #956F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F50 is #6A90AF. Grayscale: #767676. Windows color (decimal): -6983856 or 5271445. OLE color: 5271445.
HSL color Cylindrical-coordinate representation of color #956F50: hue angle of 26.96º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #956F50 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 80 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.42 |
| HSL | 26.96º | 0.3% | 0.45% | - |
| HSV(B) | 26.96º | 0.46% | 0.58% | - |
| XYZ | 19.53 | 18.34 | 10.1 | - |
| YUV | 118.83 | 106.09 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 80 | 0 | 0.26 | 0.46 | 0.42 | 26.96 | 0.3 | 0.45 |
| Hex | 95 | 6F | 50 | 0 | 1A | 2E | 2A | 1B | 1E | 2D |
| Octal | 225 | 157 | 120 | 0 | 32 | 56 | 52 | 33 | 36 | 55 |
| Binary | 10010101 | 1101111 | 1010000 | 0 | 11010 | 101110 | 101010 | 11011 | 11110 | 101101 |
Color Harmonies of #956F50
Complementary color
Monochromatic Colors of #956F50
Black with #956F50
Text Example
Text Example
White with #956F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F50; }
p { color: rgb(149,111,80); }
H1.HeaderClassName
{
color: #956F50;
}
.AnyTagClassName
{
color: #956F50;
}
</style>
background-color css
<style>
a { background-color: #956F50; }
a { background-color: rgb(149,111,80); }
div.DivClassName
{
background-color: #956F50;
}
.BgClassName
{
background-color: #956F50;
}
</style>
border-color css
<style>
span { border-color: #956F50; }
span { border-color: rgb(149,111,80); }
td.TdClassName
{
border-color: #956F50;
}
.TagClassName
{
border-color: #956F50;
}
</style>