Shades of Sorrell Brown #988663
Tints of Sorrell Brown #988663
RGB
CMYK
RGB Variations
Color information
#988663 (or 0x988663) is known color: Sorrell Brown. HEX triplet: 98, 86 and 63. RGB value is (152,134,99). Sum of RGB (Red+Green+Blue) = 152+134+99=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #988663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988663 is #67799C. Grayscale: #878787. Windows color (decimal): -6781341 or 6522520. OLE color: 6522520.
HSL color Cylindrical-coordinate representation of color #988663: hue angle of 39.62º 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 #988663 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 134 | 99 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.40 |
| HSL | 39.62º | 0.21% | 0.49% | - |
| HSV(B) | 39.62º | 0.35% | 0.6% | - |
| XYZ | 23.73 | 24.63 | 15.31 | - |
| YUV | 135.39 | 107.46 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 99 | 0 | 0.12 | 0.35 | 0.40 | 39.62 | 0.21 | 0.49 |
| Hex | 98 | 86 | 63 | 0 | C | 23 | 28 | 28 | 15 | 31 |
| Octal | 230 | 206 | 143 | 0 | 14 | 43 | 50 | 50 | 25 | 61 |
| Binary | 10011000 | 10000110 | 1100011 | 0 | 1100 | 100011 | 101000 | 101000 | 10101 | 110001 |
Color Harmonies of #988663
Complementary color
Monochromatic Colors of #988663
Black with #988663
Text Example
Text Example
White with #988663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988663; }
p { color: rgb(152,134,99); }
H1.HeaderClassName
{
color: #988663;
}
.AnyTagClassName
{
color: #988663;
}
</style>
background-color css
<style>
a { background-color: #988663; }
a { background-color: rgb(152,134,99); }
div.DivClassName
{
background-color: #988663;
}
.BgClassName
{
background-color: #988663;
}
</style>
border-color css
<style>
span { border-color: #988663; }
span { border-color: rgb(152,134,99); }
td.TdClassName
{
border-color: #988663;
}
.TagClassName
{
border-color: #988663;
}
</style>