Shades of Pale Brown #997B59
Tints of Pale Brown #997B59
RGB
CMYK
RGB Variations
Color information
#997B59 (or 0x997B59) is known color: Pale Brown. HEX triplet: 99, 7B and 59. RGB value is (153,123,89). Sum of RGB (Red+Green+Blue) = 153+123+89=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #997B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997B59 is #6684A6. Grayscale: #808080. Windows color (decimal): -6718631 or 5864345. OLE color: 5864345.
HSL color Cylindrical-coordinate representation of color #997B59: hue angle of 31.88º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #997B59 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 123 | 89 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.4 |
| HSL | 31.88º | 0.26% | 0.47% | - |
| HSV(B) | 31.88º | 0.42% | 0.6% | - |
| XYZ | 22.02 | 21.66 | 12.47 | - |
| YUV | 128.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 89 | 0 | 0.20 | 0.42 | 0.4 | 31.88 | 0.26 | 0.47 |
| Hex | 99 | 7B | 59 | 0 | 14 | 2A | 28 | 20 | 1A | 2F |
| Octal | 231 | 173 | 131 | 0 | 24 | 52 | 50 | 40 | 32 | 57 |
| Binary | 10011001 | 1111011 | 1011001 | 0 | 10100 | 101010 | 101000 | 100000 | 11010 | 101111 |
Color Harmonies of #997B59
Complementary color
Monochromatic Colors of #997B59
Black with #997B59
Text Example
Text Example
White with #997B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997B59; }
p { color: rgb(153,123,89); }
H1.HeaderClassName
{
color: #997B59;
}
.AnyTagClassName
{
color: #997B59;
}
</style>
background-color css
<style>
a { background-color: #997B59; }
a { background-color: rgb(153,123,89); }
div.DivClassName
{
background-color: #997B59;
}
.BgClassName
{
background-color: #997B59;
}
</style>
border-color css
<style>
span { border-color: #997B59; }
span { border-color: rgb(153,123,89); }
td.TdClassName
{
border-color: #997B59;
}
.TagClassName
{
border-color: #997B59;
}
</style>