Shades of Sorrell Brown #998064
Tints of Sorrell Brown #998064
RGB
CMYK
RGB Variations
Color information
#998064 (or 0x998064) is known color: Sorrell Brown. HEX triplet: 99, 80 and 64. RGB value is (153,128,100). Sum of RGB (Red+Green+Blue) = 153+128+100=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #998064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998064 is #667F9B. Grayscale: #848484. Windows color (decimal): -6717340 or 6586521. OLE color: 6586521.
HSL color Cylindrical-coordinate representation of color #998064: hue angle of 31.7º 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 #998064 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 100 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.4 |
| HSL | 31.7º | 0.21% | 0.5% | - |
| HSV(B) | 31.7º | 0.35% | 0.6% | - |
| XYZ | 23.16 | 23.13 | 15.3 | - |
| YUV | 132.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 100 | 0 | 0.16 | 0.35 | 0.4 | 31.7 | 0.21 | 0.5 |
| Hex | 99 | 80 | 64 | 0 | 10 | 23 | 28 | 20 | 15 | 32 |
| Octal | 231 | 200 | 144 | 0 | 20 | 43 | 50 | 40 | 25 | 62 |
| Binary | 10011001 | 10000000 | 1100100 | 0 | 10000 | 100011 | 101000 | 100000 | 10101 | 110010 |
Color Harmonies of #998064
Complementary color
Monochromatic Colors of #998064
Black with #998064
Text Example
Text Example
White with #998064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998064; }
p { color: rgb(153,128,100); }
H1.HeaderClassName
{
color: #998064;
}
.AnyTagClassName
{
color: #998064;
}
</style>
background-color css
<style>
a { background-color: #998064; }
a { background-color: rgb(153,128,100); }
div.DivClassName
{
background-color: #998064;
}
.BgClassName
{
background-color: #998064;
}
</style>
border-color css
<style>
span { border-color: #998064; }
span { border-color: rgb(153,128,100); }
td.TdClassName
{
border-color: #998064;
}
.TagClassName
{
border-color: #998064;
}
</style>