Shades of Sorrell Brown #998363
Tints of Sorrell Brown #998363
RGB
CMYK
RGB Variations
Color information
#998363 (or 0x998363) is known color: Sorrell Brown. HEX triplet: 99, 83 and 63. RGB value is (153,131,99). Sum of RGB (Red+Green+Blue) = 153+131+99=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #998363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998363 is #667C9C. Grayscale: #868686. Windows color (decimal): -6716573 or 6521753. OLE color: 6521753.
HSL color Cylindrical-coordinate representation of color #998363: hue angle of 35.56º 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 #998363 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 99 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.4 |
| HSL | 35.56º | 0.21% | 0.49% | - |
| HSV(B) | 35.56º | 0.35% | 0.6% | - |
| XYZ | 23.51 | 23.91 | 15.18 | - |
| YUV | 133.93 | 108.29 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 99 | 0 | 0.14 | 0.35 | 0.4 | 35.56 | 0.21 | 0.49 |
| Hex | 99 | 83 | 63 | 0 | E | 23 | 28 | 24 | 15 | 31 |
| Octal | 231 | 203 | 143 | 0 | 16 | 43 | 50 | 44 | 25 | 61 |
| Binary | 10011001 | 10000011 | 1100011 | 0 | 1110 | 100011 | 101000 | 100100 | 10101 | 110001 |
Color Harmonies of #998363
Complementary color
Monochromatic Colors of #998363
Black with #998363
Text Example
Text Example
White with #998363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998363; }
p { color: rgb(153,131,99); }
H1.HeaderClassName
{
color: #998363;
}
.AnyTagClassName
{
color: #998363;
}
</style>
background-color css
<style>
a { background-color: #998363; }
a { background-color: rgb(153,131,99); }
div.DivClassName
{
background-color: #998363;
}
.BgClassName
{
background-color: #998363;
}
</style>
border-color css
<style>
span { border-color: #998363; }
span { border-color: rgb(153,131,99); }
td.TdClassName
{
border-color: #998363;
}
.TagClassName
{
border-color: #998363;
}
</style>