Shades of Sorrell Brown #988563
Tints of Sorrell Brown #988563
RGB
CMYK
RGB Variations
Color information
#988563 (or 0x988563) is known color: Sorrell Brown. HEX triplet: 98, 85 and 63. RGB value is (152,133,99). Sum of RGB (Red+Green+Blue) = 152+133+99=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #988563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988563 is #677A9C. Grayscale: #868686. Windows color (decimal): -6781597 or 6522264. OLE color: 6522264.
HSL color Cylindrical-coordinate representation of color #988563: hue angle of 38.49º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #988563 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 133 | 99 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.40 |
| HSL | 38.49º | 0.21% | 0.49% | - |
| HSV(B) | 38.49º | 0.35% | 0.6% | - |
| XYZ | 23.59 | 24.35 | 15.26 | - |
| YUV | 134.81 | 107.79 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 99 | 0 | 0.13 | 0.35 | 0.40 | 38.49 | 0.21 | 0.49 |
| Hex | 98 | 85 | 63 | 0 | D | 23 | 28 | 26 | 15 | 31 |
| Octal | 230 | 205 | 143 | 0 | 15 | 43 | 50 | 46 | 25 | 61 |
| Binary | 10011000 | 10000101 | 1100011 | 0 | 1101 | 100011 | 101000 | 100110 | 10101 | 110001 |
Color Harmonies of #988563
Complementary color
Monochromatic Colors of #988563
Black with #988563
Text Example
Text Example
White with #988563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988563; }
p { color: rgb(152,133,99); }
H1.HeaderClassName
{
color: #988563;
}
.AnyTagClassName
{
color: #988563;
}
</style>
background-color css
<style>
a { background-color: #988563; }
a { background-color: rgb(152,133,99); }
div.DivClassName
{
background-color: #988563;
}
.BgClassName
{
background-color: #988563;
}
</style>
border-color css
<style>
span { border-color: #988563; }
span { border-color: rgb(152,133,99); }
td.TdClassName
{
border-color: #988563;
}
.TagClassName
{
border-color: #988563;
}
</style>