Shades of Sorrell Brown #988463
Tints of Sorrell Brown #988463
RGB
CMYK
RGB Variations
Color information
#988463 (or 0x988463) is known color: Sorrell Brown. HEX triplet: 98, 84 and 63. RGB value is (152,132,99). Sum of RGB (Red+Green+Blue) = 152+132+99=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #988463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988463 is #677B9C. Grayscale: #868686. Windows color (decimal): -6781853 or 6522008. OLE color: 6522008.
HSL color Cylindrical-coordinate representation of color #988463: hue angle of 37.36º 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 #988463 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 132 | 99 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.40 |
| HSL | 37.36º | 0.21% | 0.49% | - |
| HSV(B) | 37.36º | 0.35% | 0.6% | - |
| XYZ | 23.45 | 24.08 | 15.22 | - |
| YUV | 134.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 132 | 99 | 0 | 0.13 | 0.35 | 0.40 | 37.36 | 0.21 | 0.49 |
| Hex | 98 | 84 | 63 | 0 | D | 23 | 28 | 25 | 15 | 31 |
| Octal | 230 | 204 | 143 | 0 | 15 | 43 | 50 | 45 | 25 | 61 |
| Binary | 10011000 | 10000100 | 1100011 | 0 | 1101 | 100011 | 101000 | 100101 | 10101 | 110001 |
Color Harmonies of #988463
Complementary color
Monochromatic Colors of #988463
Black with #988463
Text Example
Text Example
White with #988463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988463; }
p { color: rgb(152,132,99); }
H1.HeaderClassName
{
color: #988463;
}
.AnyTagClassName
{
color: #988463;
}
</style>
background-color css
<style>
a { background-color: #988463; }
a { background-color: rgb(152,132,99); }
div.DivClassName
{
background-color: #988463;
}
.BgClassName
{
background-color: #988463;
}
</style>
border-color css
<style>
span { border-color: #988463; }
span { border-color: rgb(152,132,99); }
td.TdClassName
{
border-color: #988463;
}
.TagClassName
{
border-color: #988463;
}
</style>