Shades of Sorrell Brown #988562
Tints of Sorrell Brown #988562
RGB
CMYK
RGB Variations
Color information
#988562 (or 0x988562) is known color: Sorrell Brown. HEX triplet: 98, 85 and 62. RGB value is (152,133,98). Sum of RGB (Red+Green+Blue) = 152+133+98=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #988562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988562 is #677A9D. Grayscale: #868686. Windows color (decimal): -6781598 or 6456728. OLE color: 6456728.
HSL color Cylindrical-coordinate representation of color #988562: hue angle of 38.89º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #988562 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 133 | 98 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.40 |
| HSL | 38.89º | 0.22% | 0.49% | - |
| HSV(B) | 38.89º | 0.36% | 0.6% | - |
| XYZ | 23.54 | 24.33 | 15.01 | - |
| YUV | 134.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 98 | 0 | 0.13 | 0.36 | 0.40 | 38.89 | 0.22 | 0.49 |
| Hex | 98 | 85 | 62 | 0 | D | 24 | 28 | 27 | 16 | 31 |
| Octal | 230 | 205 | 142 | 0 | 15 | 44 | 50 | 47 | 26 | 61 |
| Binary | 10011000 | 10000101 | 1100010 | 0 | 1101 | 100100 | 101000 | 100111 | 10110 | 110001 |
Color Harmonies of #988562
Complementary color
Monochromatic Colors of #988562
Black with #988562
Text Example
Text Example
White with #988562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988562; }
p { color: rgb(152,133,98); }
H1.HeaderClassName
{
color: #988562;
}
.AnyTagClassName
{
color: #988562;
}
</style>
background-color css
<style>
a { background-color: #988562; }
a { background-color: rgb(152,133,98); }
div.DivClassName
{
background-color: #988562;
}
.BgClassName
{
background-color: #988562;
}
</style>
border-color css
<style>
span { border-color: #988562; }
span { border-color: rgb(152,133,98); }
td.TdClassName
{
border-color: #988562;
}
.TagClassName
{
border-color: #988562;
}
</style>