Shades of Pale Brown #997C5A
Tints of Pale Brown #997C5A
RGB
CMYK
RGB Variations
Color information
#997C5A (or 0x997C5A) is known color: Pale Brown. HEX triplet: 99, 7C and 5A. RGB value is (153,124,90). Sum of RGB (Red+Green+Blue) = 153+124+90=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #997C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997C5A is #6683A5. Grayscale: #808080. Windows color (decimal): -6718374 or 5930137. OLE color: 5930137.
HSL color Cylindrical-coordinate representation of color #997C5A: hue angle of 32.38º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #997C5A is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 90 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.4 |
| HSL | 32.38º | 0.26% | 0.48% | - |
| HSV(B) | 32.38º | 0.41% | 0.6% | - |
| XYZ | 22.19 | 21.93 | 12.74 | - |
| YUV | 128.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 90 | 0 | 0.19 | 0.41 | 0.4 | 32.38 | 0.26 | 0.48 |
| Hex | 99 | 7C | 5A | 0 | 13 | 29 | 28 | 20 | 1A | 30 |
| Octal | 231 | 174 | 132 | 0 | 23 | 51 | 50 | 40 | 32 | 60 |
| Binary | 10011001 | 1111100 | 1011010 | 0 | 10011 | 101001 | 101000 | 100000 | 11010 | 110000 |
Color Harmonies of #997C5A
Complementary color
Monochromatic Colors of #997C5A
Black with #997C5A
Text Example
Text Example
White with #997C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C5A; }
p { color: rgb(153,124,90); }
H1.HeaderClassName
{
color: #997C5A;
}
.AnyTagClassName
{
color: #997C5A;
}
</style>
background-color css
<style>
a { background-color: #997C5A; }
a { background-color: rgb(153,124,90); }
div.DivClassName
{
background-color: #997C5A;
}
.BgClassName
{
background-color: #997C5A;
}
</style>
border-color css
<style>
span { border-color: #997C5A; }
span { border-color: rgb(153,124,90); }
td.TdClassName
{
border-color: #997C5A;
}
.TagClassName
{
border-color: #997C5A;
}
</style>