Shades of Sorrell Brown #997C65
Tints of Sorrell Brown #997C65
RGB
CMYK
RGB Variations
Color information
#997C65 (or 0x997C65) is known color: Sorrell Brown. HEX triplet: 99, 7C and 65. RGB value is (153,124,101). Sum of RGB (Red+Green+Blue) = 153+124+101=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #997C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997C65 is #66839A. Grayscale: #828282. Windows color (decimal): -6718363 or 6651033. OLE color: 6651033.
HSL color Cylindrical-coordinate representation of color #997C65: hue angle of 26.54º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #997C65 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 101 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.4 |
| HSL | 26.54º | 0.2% | 0.5% | - |
| HSV(B) | 26.54º | 0.34% | 0.6% | - |
| XYZ | 22.69 | 22.13 | 15.39 | - |
| YUV | 130.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 101 | 0 | 0.19 | 0.34 | 0.4 | 26.54 | 0.2 | 0.5 |
| Hex | 99 | 7C | 65 | 0 | 13 | 22 | 28 | 1B | 14 | 32 |
| Octal | 231 | 174 | 145 | 0 | 23 | 42 | 50 | 33 | 24 | 62 |
| Binary | 10011001 | 1111100 | 1100101 | 0 | 10011 | 100010 | 101000 | 11011 | 10100 | 110010 |
Color Harmonies of #997C65
Complementary color
Monochromatic Colors of #997C65
Black with #997C65
Text Example
Text Example
White with #997C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C65; }
p { color: rgb(153,124,101); }
H1.HeaderClassName
{
color: #997C65;
}
.AnyTagClassName
{
color: #997C65;
}
</style>
background-color css
<style>
a { background-color: #997C65; }
a { background-color: rgb(153,124,101); }
div.DivClassName
{
background-color: #997C65;
}
.BgClassName
{
background-color: #997C65;
}
</style>
border-color css
<style>
span { border-color: #997C65; }
span { border-color: rgb(153,124,101); }
td.TdClassName
{
border-color: #997C65;
}
.TagClassName
{
border-color: #997C65;
}
</style>