Shades of Sorrell Brown #997E69
Tints of Sorrell Brown #997E69
RGB
CMYK
RGB Variations
Color information
#997E69 (or 0x997E69) is known color: Sorrell Brown. HEX triplet: 99, 7E and 69. RGB value is (153,126,105). Sum of RGB (Red+Green+Blue) = 153+126+105=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #997E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997E69 is #668196. Grayscale: #838383. Windows color (decimal): -6717847 or 6913689. OLE color: 6913689.
HSL color Cylindrical-coordinate representation of color #997E69: hue angle of 26.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #997E69 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 126 | 105 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.4 |
| HSL | 26.25º | 0.19% | 0.51% | - |
| HSV(B) | 26.25º | 0.31% | 0.6% | - |
| XYZ | 23.15 | 22.71 | 16.53 | - |
| YUV | 131.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 105 | 0 | 0.18 | 0.31 | 0.4 | 26.25 | 0.19 | 0.51 |
| Hex | 99 | 7E | 69 | 0 | 12 | 1F | 28 | 1A | 13 | 33 |
| Octal | 231 | 176 | 151 | 0 | 22 | 37 | 50 | 32 | 23 | 63 |
| Binary | 10011001 | 1111110 | 1101001 | 0 | 10010 | 11111 | 101000 | 11010 | 10011 | 110011 |
Color Harmonies of #997E69
Complementary color
Monochromatic Colors of #997E69
Black with #997E69
Text Example
Text Example
White with #997E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997E69; }
p { color: rgb(153,126,105); }
H1.HeaderClassName
{
color: #997E69;
}
.AnyTagClassName
{
color: #997E69;
}
</style>
background-color css
<style>
a { background-color: #997E69; }
a { background-color: rgb(153,126,105); }
div.DivClassName
{
background-color: #997E69;
}
.BgClassName
{
background-color: #997E69;
}
</style>
border-color css
<style>
span { border-color: #997E69; }
span { border-color: rgb(153,126,105); }
td.TdClassName
{
border-color: #997E69;
}
.TagClassName
{
border-color: #997E69;
}
</style>