Shades of Sorrell Brown #958162
Tints of Sorrell Brown #958162
RGB
CMYK
RGB Variations
Color information
#958162 (or 0x958162) is known color: Sorrell Brown. HEX triplet: 95, 81 and 62. RGB value is (149,129,98). Sum of RGB (Red+Green+Blue) = 149+129+98=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #958162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958162 is #6A7E9D. Grayscale: #838383. Windows color (decimal): -6979230 or 6455701. OLE color: 6455701.
HSL color Cylindrical-coordinate representation of color #958162: hue angle of 36.47º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #958162 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 129 | 98 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.42 |
| HSL | 36.47º | 0.21% | 0.48% | - |
| HSV(B) | 36.47º | 0.34% | 0.58% | - |
| XYZ | 22.45 | 22.97 | 14.81 | - |
| YUV | 131.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 98 | 0 | 0.13 | 0.34 | 0.42 | 36.47 | 0.21 | 0.48 |
| Hex | 95 | 81 | 62 | 0 | D | 22 | 2A | 24 | 15 | 30 |
| Octal | 225 | 201 | 142 | 0 | 15 | 42 | 52 | 44 | 25 | 60 |
| Binary | 10010101 | 10000001 | 1100010 | 0 | 1101 | 100010 | 101010 | 100100 | 10101 | 110000 |
Color Harmonies of #958162
Complementary color
Monochromatic Colors of #958162
Black with #958162
Text Example
Text Example
White with #958162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958162; }
p { color: rgb(149,129,98); }
H1.HeaderClassName
{
color: #958162;
}
.AnyTagClassName
{
color: #958162;
}
</style>
background-color css
<style>
a { background-color: #958162; }
a { background-color: rgb(149,129,98); }
div.DivClassName
{
background-color: #958162;
}
.BgClassName
{
background-color: #958162;
}
</style>
border-color css
<style>
span { border-color: #958162; }
span { border-color: rgb(149,129,98); }
td.TdClassName
{
border-color: #958162;
}
.TagClassName
{
border-color: #958162;
}
</style>