Shades of Sorrell Brown #998260
Tints of Sorrell Brown #998260
RGB
CMYK
RGB Variations
Color information
#998260 (or 0x998260) is known color: Sorrell Brown. HEX triplet: 99, 82 and 60. RGB value is (153,130,96). Sum of RGB (Red+Green+Blue) = 153+130+96=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #998260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998260 is #667D9F. Grayscale: #858585. Windows color (decimal): -6716832 or 6324889. OLE color: 6324889.
HSL color Cylindrical-coordinate representation of color #998260: hue angle of 35.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #998260 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 96 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.4 |
| HSL | 35.79º | 0.23% | 0.49% | - |
| HSV(B) | 35.79º | 0.37% | 0.6% | - |
| XYZ | 23.23 | 23.58 | 14.39 | - |
| YUV | 133 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 96 | 0 | 0.15 | 0.37 | 0.4 | 35.79 | 0.23 | 0.49 |
| Hex | 99 | 82 | 60 | 0 | F | 25 | 28 | 24 | 17 | 31 |
| Octal | 231 | 202 | 140 | 0 | 17 | 45 | 50 | 44 | 27 | 61 |
| Binary | 10011001 | 10000010 | 1100000 | 0 | 1111 | 100101 | 101000 | 100100 | 10111 | 110001 |
Color Harmonies of #998260
Complementary color
Monochromatic Colors of #998260
Black with #998260
Text Example
Text Example
White with #998260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998260; }
p { color: rgb(153,130,96); }
H1.HeaderClassName
{
color: #998260;
}
.AnyTagClassName
{
color: #998260;
}
</style>
background-color css
<style>
a { background-color: #998260; }
a { background-color: rgb(153,130,96); }
div.DivClassName
{
background-color: #998260;
}
.BgClassName
{
background-color: #998260;
}
</style>
border-color css
<style>
span { border-color: #998260; }
span { border-color: rgb(153,130,96); }
td.TdClassName
{
border-color: #998260;
}
.TagClassName
{
border-color: #998260;
}
</style>