Shades of Sorrell Brown #997A5C
Tints of Sorrell Brown #997A5C
RGB
CMYK
RGB Variations
Color information
#997A5C (or 0x997A5C) is known color: Sorrell Brown. HEX triplet: 99, 7A and 5C. RGB value is (153,122,92). Sum of RGB (Red+Green+Blue) = 153+122+92=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #997A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997A5C is #6685A3. Grayscale: #808080. Windows color (decimal): -6718884 or 6060697. OLE color: 6060697.
HSL color Cylindrical-coordinate representation of color #997A5C: hue angle of 29.51º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #997A5C is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 122 | 92 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.4 |
| HSL | 29.51º | 0.25% | 0.48% | - |
| HSV(B) | 29.51º | 0.4% | 0.6% | - |
| XYZ | 22.03 | 21.46 | 13.11 | - |
| YUV | 127.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 92 | 0 | 0.20 | 0.40 | 0.4 | 29.51 | 0.25 | 0.48 |
| Hex | 99 | 7A | 5C | 0 | 14 | 28 | 28 | 1E | 19 | 30 |
| Octal | 231 | 172 | 134 | 0 | 24 | 50 | 50 | 36 | 31 | 60 |
| Binary | 10011001 | 1111010 | 1011100 | 0 | 10100 | 101000 | 101000 | 11110 | 11001 | 110000 |
Color Harmonies of #997A5C
Complementary color
Monochromatic Colors of #997A5C
Black with #997A5C
Text Example
Text Example
White with #997A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997A5C; }
p { color: rgb(153,122,92); }
H1.HeaderClassName
{
color: #997A5C;
}
.AnyTagClassName
{
color: #997A5C;
}
</style>
background-color css
<style>
a { background-color: #997A5C; }
a { background-color: rgb(153,122,92); }
div.DivClassName
{
background-color: #997A5C;
}
.BgClassName
{
background-color: #997A5C;
}
</style>
border-color css
<style>
span { border-color: #997A5C; }
span { border-color: rgb(153,122,92); }
td.TdClassName
{
border-color: #997A5C;
}
.TagClassName
{
border-color: #997A5C;
}
</style>