Shades of Sorrell Brown #998564
Tints of Sorrell Brown #998564
RGB
CMYK
RGB Variations
Color information
#998564 (or 0x998564) is known color: Sorrell Brown. HEX triplet: 99, 85 and 64. RGB value is (153,133,100). Sum of RGB (Red+Green+Blue) = 153+133+100=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #998564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998564 is #667A9B. Grayscale: #878787. Windows color (decimal): -6716060 or 6587801. OLE color: 6587801.
HSL color Cylindrical-coordinate representation of color #998564: hue angle of 37.36º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #998564 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 100 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.4 |
| HSL | 37.36º | 0.21% | 0.5% | - |
| HSV(B) | 37.36º | 0.35% | 0.6% | - |
| XYZ | 23.82 | 24.47 | 15.52 | - |
| YUV | 135.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 100 | 0 | 0.13 | 0.35 | 0.4 | 37.36 | 0.21 | 0.5 |
| Hex | 99 | 85 | 64 | 0 | D | 23 | 28 | 25 | 15 | 32 |
| Octal | 231 | 205 | 144 | 0 | 15 | 43 | 50 | 45 | 25 | 62 |
| Binary | 10011001 | 10000101 | 1100100 | 0 | 1101 | 100011 | 101000 | 100101 | 10101 | 110010 |
Color Harmonies of #998564
Complementary color
Monochromatic Colors of #998564
Black with #998564
Text Example
Text Example
White with #998564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998564; }
p { color: rgb(153,133,100); }
H1.HeaderClassName
{
color: #998564;
}
.AnyTagClassName
{
color: #998564;
}
</style>
background-color css
<style>
a { background-color: #998564; }
a { background-color: rgb(153,133,100); }
div.DivClassName
{
background-color: #998564;
}
.BgClassName
{
background-color: #998564;
}
</style>
border-color css
<style>
span { border-color: #998564; }
span { border-color: rgb(153,133,100); }
td.TdClassName
{
border-color: #998564;
}
.TagClassName
{
border-color: #998564;
}
</style>