Shades of Sorrell Brown #997861
Tints of Sorrell Brown #997861
RGB
CMYK
RGB Variations
Color information
#997861 (or 0x997861) is known color: Sorrell Brown. HEX triplet: 99, 78 and 61. RGB value is (153,120,97). Sum of RGB (Red+Green+Blue) = 153+120+97=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #997861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997861 is #66879E. Grayscale: #7F7F7F. Windows color (decimal): -6719391 or 6387865. OLE color: 6387865.
HSL color Cylindrical-coordinate representation of color #997861: hue angle of 24.64º degrees, saturation: 0.22, 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 #997861 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 97 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.4 |
| HSL | 24.64º | 0.22% | 0.49% | - |
| HSV(B) | 24.64º | 0.37% | 0.6% | - |
| XYZ | 22.01 | 21.07 | 14.22 | - |
| YUV | 127.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 97 | 0 | 0.22 | 0.37 | 0.4 | 24.64 | 0.22 | 0.49 |
| Hex | 99 | 78 | 61 | 0 | 16 | 25 | 28 | 19 | 16 | 31 |
| Octal | 231 | 170 | 141 | 0 | 26 | 45 | 50 | 31 | 26 | 61 |
| Binary | 10011001 | 1111000 | 1100001 | 0 | 10110 | 100101 | 101000 | 11001 | 10110 | 110001 |
Color Harmonies of #997861
Complementary color
Monochromatic Colors of #997861
Black with #997861
Text Example
Text Example
White with #997861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997861; }
p { color: rgb(153,120,97); }
H1.HeaderClassName
{
color: #997861;
}
.AnyTagClassName
{
color: #997861;
}
</style>
background-color css
<style>
a { background-color: #997861; }
a { background-color: rgb(153,120,97); }
div.DivClassName
{
background-color: #997861;
}
.BgClassName
{
background-color: #997861;
}
</style>
border-color css
<style>
span { border-color: #997861; }
span { border-color: rgb(153,120,97); }
td.TdClassName
{
border-color: #997861;
}
.TagClassName
{
border-color: #997861;
}
</style>