Shades of Sorrell Brown #997B64
Tints of Sorrell Brown #997B64
RGB
CMYK
RGB Variations
Color information
#997B64 (or 0x997B64) is known color: Sorrell Brown. HEX triplet: 99, 7B and 64. RGB value is (153,123,100). Sum of RGB (Red+Green+Blue) = 153+123+100=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #997B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997B64 is #66849B. Grayscale: #818181. Windows color (decimal): -6718620 or 6585241. OLE color: 6585241.
HSL color Cylindrical-coordinate representation of color #997B64: hue angle of 26.04º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #997B64 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 123 | 100 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.4 |
| HSL | 26.04º | 0.21% | 0.5% | - |
| HSV(B) | 26.04º | 0.35% | 0.6% | - |
| XYZ | 22.52 | 21.86 | 15.09 | - |
| YUV | 129.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 100 | 0 | 0.20 | 0.35 | 0.4 | 26.04 | 0.21 | 0.5 |
| Hex | 99 | 7B | 64 | 0 | 14 | 23 | 28 | 1A | 15 | 32 |
| Octal | 231 | 173 | 144 | 0 | 24 | 43 | 50 | 32 | 25 | 62 |
| Binary | 10011001 | 1111011 | 1100100 | 0 | 10100 | 100011 | 101000 | 11010 | 10101 | 110010 |
Color Harmonies of #997B64
Complementary color
Monochromatic Colors of #997B64
Black with #997B64
Text Example
Text Example
White with #997B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997B64; }
p { color: rgb(153,123,100); }
H1.HeaderClassName
{
color: #997B64;
}
.AnyTagClassName
{
color: #997B64;
}
</style>
background-color css
<style>
a { background-color: #997B64; }
a { background-color: rgb(153,123,100); }
div.DivClassName
{
background-color: #997B64;
}
.BgClassName
{
background-color: #997B64;
}
</style>
border-color css
<style>
span { border-color: #997B64; }
span { border-color: rgb(153,123,100); }
td.TdClassName
{
border-color: #997B64;
}
.TagClassName
{
border-color: #997B64;
}
</style>