Shades of Pale Brown #997150
Tints of Pale Brown #997150
RGB
CMYK
RGB Variations
Color information
#997150 (or 0x997150) is known color: Pale Brown. HEX triplet: 99, 71 and 50. RGB value is (153,113,80). Sum of RGB (Red+Green+Blue) = 153+113+80=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #997150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997150 is #668EAF. Grayscale: #797979. Windows color (decimal): -6721200 or 5271961. OLE color: 5271961.
HSL color Cylindrical-coordinate representation of color #997150: hue angle of 27.12º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #997150 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 80 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.4 |
| HSL | 27.12º | 0.31% | 0.46% | - |
| HSV(B) | 27.12º | 0.48% | 0.6% | - |
| XYZ | 20.49 | 19.16 | 10.21 | - |
| YUV | 121.2 | 104.75 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 80 | 0 | 0.26 | 0.48 | 0.4 | 27.12 | 0.31 | 0.46 |
| Hex | 99 | 71 | 50 | 0 | 1A | 30 | 28 | 1B | 1F | 2E |
| Octal | 231 | 161 | 120 | 0 | 32 | 60 | 50 | 33 | 37 | 56 |
| Binary | 10011001 | 1110001 | 1010000 | 0 | 11010 | 110000 | 101000 | 11011 | 11111 | 101110 |
Color Harmonies of #997150
Complementary color
Monochromatic Colors of #997150
Black with #997150
Text Example
Text Example
White with #997150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997150; }
p { color: rgb(153,113,80); }
H1.HeaderClassName
{
color: #997150;
}
.AnyTagClassName
{
color: #997150;
}
</style>
background-color css
<style>
a { background-color: #997150; }
a { background-color: rgb(153,113,80); }
div.DivClassName
{
background-color: #997150;
}
.BgClassName
{
background-color: #997150;
}
</style>
border-color css
<style>
span { border-color: #997150; }
span { border-color: rgb(153,113,80); }
td.TdClassName
{
border-color: #997150;
}
.TagClassName
{
border-color: #997150;
}
</style>