Shades of Sorrell Brown #98775E
Tints of Sorrell Brown #98775E
RGB
CMYK
RGB Variations
Color information
#98775E (or 0x98775E) is known color: Sorrell Brown. HEX triplet: 98, 77 and 5E. RGB value is (152,119,94). Sum of RGB (Red+Green+Blue) = 152+119+94=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #98775E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98775E is #6788A1. Grayscale: #7E7E7E. Windows color (decimal): -6785186 or 6191000. OLE color: 6191000.
HSL color Cylindrical-coordinate representation of color #98775E: hue angle of 25.86º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98775E is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 94 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.40 |
| HSL | 25.86º | 0.24% | 0.48% | - |
| HSV(B) | 25.86º | 0.38% | 0.6% | - |
| XYZ | 21.57 | 20.68 | 13.44 | - |
| YUV | 126.02 | 109.93 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 94 | 0 | 0.22 | 0.38 | 0.40 | 25.86 | 0.24 | 0.48 |
| Hex | 98 | 77 | 5E | 0 | 16 | 26 | 28 | 1A | 18 | 30 |
| Octal | 230 | 167 | 136 | 0 | 26 | 46 | 50 | 32 | 30 | 60 |
| Binary | 10011000 | 1110111 | 1011110 | 0 | 10110 | 100110 | 101000 | 11010 | 11000 | 110000 |
Color Harmonies of #98775E
Complementary color
Monochromatic Colors of #98775E
Black with #98775E
Text Example
Text Example
White with #98775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98775E; }
p { color: rgb(152,119,94); }
H1.HeaderClassName
{
color: #98775E;
}
.AnyTagClassName
{
color: #98775E;
}
</style>
background-color css
<style>
a { background-color: #98775E; }
a { background-color: rgb(152,119,94); }
div.DivClassName
{
background-color: #98775E;
}
.BgClassName
{
background-color: #98775E;
}
</style>
border-color css
<style>
span { border-color: #98775E; }
span { border-color: rgb(152,119,94); }
td.TdClassName
{
border-color: #98775E;
}
.TagClassName
{
border-color: #98775E;
}
</style>