Shades of Sorrell Brown #988163
Tints of Sorrell Brown #988163
RGB
CMYK
RGB Variations
Color information
#988163 (or 0x988163) is known color: Sorrell Brown. HEX triplet: 98, 81 and 63. RGB value is (152,129,99). Sum of RGB (Red+Green+Blue) = 152+129+99=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #988163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988163 is #677E9C. Grayscale: #848484. Windows color (decimal): -6782621 or 6521240. OLE color: 6521240.
HSL color Cylindrical-coordinate representation of color #988163: hue angle of 33.96º 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 #988163 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 129 | 99 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.40 |
| HSL | 33.96º | 0.21% | 0.49% | - |
| HSV(B) | 33.96º | 0.35% | 0.6% | - |
| XYZ | 23.05 | 23.28 | 15.08 | - |
| YUV | 132.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 129 | 99 | 0 | 0.15 | 0.35 | 0.40 | 33.96 | 0.21 | 0.49 |
| Hex | 98 | 81 | 63 | 0 | F | 23 | 28 | 22 | 15 | 31 |
| Octal | 230 | 201 | 143 | 0 | 17 | 43 | 50 | 42 | 25 | 61 |
| Binary | 10011000 | 10000001 | 1100011 | 0 | 1111 | 100011 | 101000 | 100010 | 10101 | 110001 |
Color Harmonies of #988163
Complementary color
Monochromatic Colors of #988163
Black with #988163
Text Example
Text Example
White with #988163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988163; }
p { color: rgb(152,129,99); }
H1.HeaderClassName
{
color: #988163;
}
.AnyTagClassName
{
color: #988163;
}
</style>
background-color css
<style>
a { background-color: #988163; }
a { background-color: rgb(152,129,99); }
div.DivClassName
{
background-color: #988163;
}
.BgClassName
{
background-color: #988163;
}
</style>
border-color css
<style>
span { border-color: #988163; }
span { border-color: rgb(152,129,99); }
td.TdClassName
{
border-color: #988163;
}
.TagClassName
{
border-color: #988163;
}
</style>