Shades of Sorrell Brown #937A60
Tints of Sorrell Brown #937A60
RGB
CMYK
RGB Variations
Color information
#937A60 (or 0x937A60) is known color: Sorrell Brown. HEX triplet: 93, 7A and 60. RGB value is (147,122,96). Sum of RGB (Red+Green+Blue) = 147+122+96=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #937A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A60 is #6C859F. Grayscale: #7E7E7E. Windows color (decimal): -7112096 or 6322835. OLE color: 6322835.
HSL color Cylindrical-coordinate representation of color #937A60: hue angle of 30.59º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #937A60 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 96 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.42 |
| HSL | 30.59º | 0.21% | 0.48% | - |
| HSV(B) | 30.59º | 0.35% | 0.58% | - |
| XYZ | 21.1 | 20.97 | 14 | - |
| YUV | 126.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 96 | 0 | 0.17 | 0.35 | 0.42 | 30.59 | 0.21 | 0.48 |
| Hex | 93 | 7A | 60 | 0 | 11 | 23 | 2A | 1F | 15 | 30 |
| Octal | 223 | 172 | 140 | 0 | 21 | 43 | 52 | 37 | 25 | 60 |
| Binary | 10010011 | 1111010 | 1100000 | 0 | 10001 | 100011 | 101010 | 11111 | 10101 | 110000 |
Color Harmonies of #937A60
Complementary color
Monochromatic Colors of #937A60
Black with #937A60
Text Example
Text Example
White with #937A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A60; }
p { color: rgb(147,122,96); }
H1.HeaderClassName
{
color: #937A60;
}
.AnyTagClassName
{
color: #937A60;
}
</style>
background-color css
<style>
a { background-color: #937A60; }
a { background-color: rgb(147,122,96); }
div.DivClassName
{
background-color: #937A60;
}
.BgClassName
{
background-color: #937A60;
}
</style>
border-color css
<style>
span { border-color: #937A60; }
span { border-color: rgb(147,122,96); }
td.TdClassName
{
border-color: #937A60;
}
.TagClassName
{
border-color: #937A60;
}
</style>