Shades of Sorrell Brown #997B63
Tints of Sorrell Brown #997B63
RGB
CMYK
RGB Variations
Color information
#997B63 (or 0x997B63) is known color: Sorrell Brown. HEX triplet: 99, 7B and 63. RGB value is (153,123,99). Sum of RGB (Red+Green+Blue) = 153+123+99=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #997B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997B63 is #66849C. Grayscale: #818181. Windows color (decimal): -6718621 or 6519705. OLE color: 6519705.
HSL color Cylindrical-coordinate representation of color #997B63: hue angle of 26.67º 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 #997B63 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 123 | 99 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.4 |
| HSL | 26.67º | 0.21% | 0.49% | - |
| HSV(B) | 26.67º | 0.35% | 0.6% | - |
| XYZ | 22.47 | 21.84 | 14.84 | - |
| YUV | 129.23 | 110.94 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 99 | 0 | 0.20 | 0.35 | 0.4 | 26.67 | 0.21 | 0.49 |
| Hex | 99 | 7B | 63 | 0 | 14 | 23 | 28 | 1B | 15 | 31 |
| Octal | 231 | 173 | 143 | 0 | 24 | 43 | 50 | 33 | 25 | 61 |
| Binary | 10011001 | 1111011 | 1100011 | 0 | 10100 | 100011 | 101000 | 11011 | 10101 | 110001 |
Color Harmonies of #997B63
Complementary color
Monochromatic Colors of #997B63
Black with #997B63
Text Example
Text Example
White with #997B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997B63; }
p { color: rgb(153,123,99); }
H1.HeaderClassName
{
color: #997B63;
}
.AnyTagClassName
{
color: #997B63;
}
</style>
background-color css
<style>
a { background-color: #997B63; }
a { background-color: rgb(153,123,99); }
div.DivClassName
{
background-color: #997B63;
}
.BgClassName
{
background-color: #997B63;
}
</style>
border-color css
<style>
span { border-color: #997B63; }
span { border-color: rgb(153,123,99); }
td.TdClassName
{
border-color: #997B63;
}
.TagClassName
{
border-color: #997B63;
}
</style>