Shades of Sorrell Brown #997E5C
Tints of Sorrell Brown #997E5C
RGB
CMYK
RGB Variations
Color information
#997E5C (or 0x997E5C) is known color: Sorrell Brown. HEX triplet: 99, 7E and 5C. RGB value is (153,126,92). Sum of RGB (Red+Green+Blue) = 153+126+92=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #997E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997E5C is #6681A3. Grayscale: #828282. Windows color (decimal): -6717860 or 6061721. OLE color: 6061721.
HSL color Cylindrical-coordinate representation of color #997E5C: hue angle of 33.44º 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 #997E5C is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 126 | 92 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.4 |
| HSL | 33.44º | 0.25% | 0.48% | - |
| HSV(B) | 33.44º | 0.4% | 0.6% | - |
| XYZ | 22.53 | 22.47 | 13.27 | - |
| YUV | 130.2 | 106.45 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 92 | 0 | 0.18 | 0.40 | 0.4 | 33.44 | 0.25 | 0.48 |
| Hex | 99 | 7E | 5C | 0 | 12 | 28 | 28 | 21 | 19 | 30 |
| Octal | 231 | 176 | 134 | 0 | 22 | 50 | 50 | 41 | 31 | 60 |
| Binary | 10011001 | 1111110 | 1011100 | 0 | 10010 | 101000 | 101000 | 100001 | 11001 | 110000 |
Color Harmonies of #997E5C
Complementary color
Monochromatic Colors of #997E5C
Black with #997E5C
Text Example
Text Example
White with #997E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997E5C; }
p { color: rgb(153,126,92); }
H1.HeaderClassName
{
color: #997E5C;
}
.AnyTagClassName
{
color: #997E5C;
}
</style>
background-color css
<style>
a { background-color: #997E5C; }
a { background-color: rgb(153,126,92); }
div.DivClassName
{
background-color: #997E5C;
}
.BgClassName
{
background-color: #997E5C;
}
</style>
border-color css
<style>
span { border-color: #997E5C; }
span { border-color: rgb(153,126,92); }
td.TdClassName
{
border-color: #997E5C;
}
.TagClassName
{
border-color: #997E5C;
}
</style>