Shades of Sorrell Brown #957B60
Tints of Sorrell Brown #957B60
RGB
CMYK
RGB Variations
Color information
#957B60 (or 0x957B60) is known color: Sorrell Brown. HEX triplet: 95, 7B and 60. RGB value is (149,123,96). Sum of RGB (Red+Green+Blue) = 149+123+96=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #957B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957B60 is #6A849F. Grayscale: #7F7F7F. Windows color (decimal): -6980768 or 6323093. OLE color: 6323093.
HSL color Cylindrical-coordinate representation of color #957B60: hue angle of 30.57º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #957B60 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 123 | 96 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.42 |
| HSL | 30.57º | 0.22% | 0.48% | - |
| HSV(B) | 30.57º | 0.36% | 0.58% | - |
| XYZ | 21.59 | 21.4 | 14.06 | - |
| YUV | 127.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 123 | 96 | 0 | 0.17 | 0.36 | 0.42 | 30.57 | 0.22 | 0.48 |
| Hex | 95 | 7B | 60 | 0 | 11 | 24 | 2A | 1F | 16 | 30 |
| Octal | 225 | 173 | 140 | 0 | 21 | 44 | 52 | 37 | 26 | 60 |
| Binary | 10010101 | 1111011 | 1100000 | 0 | 10001 | 100100 | 101010 | 11111 | 10110 | 110000 |
Color Harmonies of #957B60
Complementary color
Monochromatic Colors of #957B60
Black with #957B60
Text Example
Text Example
White with #957B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957B60; }
p { color: rgb(149,123,96); }
H1.HeaderClassName
{
color: #957B60;
}
.AnyTagClassName
{
color: #957B60;
}
</style>
background-color css
<style>
a { background-color: #957B60; }
a { background-color: rgb(149,123,96); }
div.DivClassName
{
background-color: #957B60;
}
.BgClassName
{
background-color: #957B60;
}
</style>
border-color css
<style>
span { border-color: #957B60; }
span { border-color: rgb(149,123,96); }
td.TdClassName
{
border-color: #957B60;
}
.TagClassName
{
border-color: #957B60;
}
</style>