Shades of Sorrell Brown #997E63
Tints of Sorrell Brown #997E63
RGB
CMYK
RGB Variations
Color information
#997E63 (or 0x997E63) is known color: Sorrell Brown. HEX triplet: 99, 7E and 63. RGB value is (153,126,99). Sum of RGB (Red+Green+Blue) = 153+126+99=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #997E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997E63 is #66819C. Grayscale: #838383. Windows color (decimal): -6717853 or 6520473. OLE color: 6520473.
HSL color Cylindrical-coordinate representation of color #997E63: hue angle of 30º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #997E63 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 126 | 99 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.4 |
| HSL | 30º | 0.21% | 0.49% | - |
| HSV(B) | 30º | 0.35% | 0.6% | - |
| XYZ | 22.85 | 22.59 | 14.96 | - |
| YUV | 131 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 99 | 0 | 0.18 | 0.35 | 0.4 | 30 | 0.21 | 0.49 |
| Hex | 99 | 7E | 63 | 0 | 12 | 23 | 28 | 1E | 15 | 31 |
| Octal | 231 | 176 | 143 | 0 | 22 | 43 | 50 | 36 | 25 | 61 |
| Binary | 10011001 | 1111110 | 1100011 | 0 | 10010 | 100011 | 101000 | 11110 | 10101 | 110001 |
Color Harmonies of #997E63
Complementary color
Monochromatic Colors of #997E63
Black with #997E63
Text Example
Text Example
White with #997E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997E63; }
p { color: rgb(153,126,99); }
H1.HeaderClassName
{
color: #997E63;
}
.AnyTagClassName
{
color: #997E63;
}
</style>
background-color css
<style>
a { background-color: #997E63; }
a { background-color: rgb(153,126,99); }
div.DivClassName
{
background-color: #997E63;
}
.BgClassName
{
background-color: #997E63;
}
</style>
border-color css
<style>
span { border-color: #997E63; }
span { border-color: rgb(153,126,99); }
td.TdClassName
{
border-color: #997E63;
}
.TagClassName
{
border-color: #997E63;
}
</style>