Shades of Sorrell Brown #997862
Tints of Sorrell Brown #997862
RGB
CMYK
RGB Variations
Color information
#997862 (or 0x997862) is known color: Sorrell Brown. HEX triplet: 99, 78 and 62. RGB value is (153,120,98). Sum of RGB (Red+Green+Blue) = 153+120+98=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #997862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997862 is #66879D. Grayscale: #7F7F7F. Windows color (decimal): -6719390 or 6453401. OLE color: 6453401.
HSL color Cylindrical-coordinate representation of color #997862: hue angle of 24º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #997862 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 98 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.4 |
| HSL | 24º | 0.22% | 0.49% | - |
| HSV(B) | 24º | 0.36% | 0.6% | - |
| XYZ | 22.06 | 21.09 | 14.46 | - |
| YUV | 127.36 | 111.43 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 98 | 0 | 0.22 | 0.36 | 0.4 | 24 | 0.22 | 0.49 |
| Hex | 99 | 78 | 62 | 0 | 16 | 24 | 28 | 18 | 16 | 31 |
| Octal | 231 | 170 | 142 | 0 | 26 | 44 | 50 | 30 | 26 | 61 |
| Binary | 10011001 | 1111000 | 1100010 | 0 | 10110 | 100100 | 101000 | 11000 | 10110 | 110001 |
Color Harmonies of #997862
Complementary color
Monochromatic Colors of #997862
Black with #997862
Text Example
Text Example
White with #997862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997862; }
p { color: rgb(153,120,98); }
H1.HeaderClassName
{
color: #997862;
}
.AnyTagClassName
{
color: #997862;
}
</style>
background-color css
<style>
a { background-color: #997862; }
a { background-color: rgb(153,120,98); }
div.DivClassName
{
background-color: #997862;
}
.BgClassName
{
background-color: #997862;
}
</style>
border-color css
<style>
span { border-color: #997862; }
span { border-color: rgb(153,120,98); }
td.TdClassName
{
border-color: #997862;
}
.TagClassName
{
border-color: #997862;
}
</style>