Shades of Sorrell Brown #997F69
Tints of Sorrell Brown #997F69
RGB
CMYK
RGB Variations
Color information
#997F69 (or 0x997F69) is known color: Sorrell Brown. HEX triplet: 99, 7F and 69. RGB value is (153,127,105). Sum of RGB (Red+Green+Blue) = 153+127+105=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #997F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F69 is #668096. Grayscale: #848484. Windows color (decimal): -6717591 or 6913945. OLE color: 6913945.
HSL color Cylindrical-coordinate representation of color #997F69: hue angle of 27.5º 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 #997F69 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 105 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.4 |
| HSL | 27.5º | 0.19% | 0.51% | - |
| HSV(B) | 27.5º | 0.31% | 0.6% | - |
| XYZ | 23.28 | 22.97 | 16.57 | - |
| YUV | 132.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 105 | 0 | 0.17 | 0.31 | 0.4 | 27.5 | 0.19 | 0.51 |
| Hex | 99 | 7F | 69 | 0 | 11 | 1F | 28 | 1C | 13 | 33 |
| Octal | 231 | 177 | 151 | 0 | 21 | 37 | 50 | 34 | 23 | 63 |
| Binary | 10011001 | 1111111 | 1101001 | 0 | 10001 | 11111 | 101000 | 11100 | 10011 | 110011 |
Color Harmonies of #997F69
Complementary color
Monochromatic Colors of #997F69
Black with #997F69
Text Example
Text Example
White with #997F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F69; }
p { color: rgb(153,127,105); }
H1.HeaderClassName
{
color: #997F69;
}
.AnyTagClassName
{
color: #997F69;
}
</style>
background-color css
<style>
a { background-color: #997F69; }
a { background-color: rgb(153,127,105); }
div.DivClassName
{
background-color: #997F69;
}
.BgClassName
{
background-color: #997F69;
}
</style>
border-color css
<style>
span { border-color: #997F69; }
span { border-color: rgb(153,127,105); }
td.TdClassName
{
border-color: #997F69;
}
.TagClassName
{
border-color: #997F69;
}
</style>