Shades of Pale Brown #997251
Tints of Pale Brown #997251
RGB
CMYK
RGB Variations
Color information
#997251 (or 0x997251) is known color: Pale Brown. HEX triplet: 99, 72 and 51. RGB value is (153,114,81). Sum of RGB (Red+Green+Blue) = 153+114+81=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #997251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997251 is #668DAE. Grayscale: #7A7A7A. Windows color (decimal): -6720943 or 5337753. OLE color: 5337753.
HSL color Cylindrical-coordinate representation of color #997251: hue angle of 27.5º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #997251 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 114 | 81 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.4 |
| HSL | 27.5º | 0.31% | 0.46% | - |
| HSV(B) | 27.5º | 0.47% | 0.6% | - |
| XYZ | 20.64 | 19.4 | 10.44 | - |
| YUV | 121.9 | 104.92 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 81 | 0 | 0.25 | 0.47 | 0.4 | 27.5 | 0.31 | 0.46 |
| Hex | 99 | 72 | 51 | 0 | 19 | 2F | 28 | 1C | 1F | 2E |
| Octal | 231 | 162 | 121 | 0 | 31 | 57 | 50 | 34 | 37 | 56 |
| Binary | 10011001 | 1110010 | 1010001 | 0 | 11001 | 101111 | 101000 | 11100 | 11111 | 101110 |
Color Harmonies of #997251
Complementary color
Monochromatic Colors of #997251
Black with #997251
Text Example
Text Example
White with #997251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997251; }
p { color: rgb(153,114,81); }
H1.HeaderClassName
{
color: #997251;
}
.AnyTagClassName
{
color: #997251;
}
</style>
background-color css
<style>
a { background-color: #997251; }
a { background-color: rgb(153,114,81); }
div.DivClassName
{
background-color: #997251;
}
.BgClassName
{
background-color: #997251;
}
</style>
border-color css
<style>
span { border-color: #997251; }
span { border-color: rgb(153,114,81); }
td.TdClassName
{
border-color: #997251;
}
.TagClassName
{
border-color: #997251;
}
</style>