Shades of Sorrell Brown #997E68
Tints of Sorrell Brown #997E68
RGB
CMYK
RGB Variations
Color information
#997E68 (or 0x997E68) is known color: Sorrell Brown. HEX triplet: 99, 7E and 68. RGB value is (153,126,104). Sum of RGB (Red+Green+Blue) = 153+126+104=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #997E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997E68 is #668197. Grayscale: #838383. Windows color (decimal): -6717848 or 6848153. OLE color: 6848153.
HSL color Cylindrical-coordinate representation of color #997E68: hue angle of 26.94º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #997E68 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 126 | 104 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.4 |
| HSL | 26.94º | 0.19% | 0.5% | - |
| HSV(B) | 26.94º | 0.32% | 0.6% | - |
| XYZ | 23.1 | 22.69 | 16.26 | - |
| YUV | 131.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 104 | 0 | 0.18 | 0.32 | 0.4 | 26.94 | 0.19 | 0.5 |
| Hex | 99 | 7E | 68 | 0 | 12 | 20 | 28 | 1B | 13 | 32 |
| Octal | 231 | 176 | 150 | 0 | 22 | 40 | 50 | 33 | 23 | 62 |
| Binary | 10011001 | 1111110 | 1101000 | 0 | 10010 | 100000 | 101000 | 11011 | 10011 | 110010 |
Color Harmonies of #997E68
Complementary color
Monochromatic Colors of #997E68
Black with #997E68
Text Example
Text Example
White with #997E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997E68; }
p { color: rgb(153,126,104); }
H1.HeaderClassName
{
color: #997E68;
}
.AnyTagClassName
{
color: #997E68;
}
</style>
background-color css
<style>
a { background-color: #997E68; }
a { background-color: rgb(153,126,104); }
div.DivClassName
{
background-color: #997E68;
}
.BgClassName
{
background-color: #997E68;
}
</style>
border-color css
<style>
span { border-color: #997E68; }
span { border-color: rgb(153,126,104); }
td.TdClassName
{
border-color: #997E68;
}
.TagClassName
{
border-color: #997E68;
}
</style>