Shades of Pale Brown #997858
Tints of Pale Brown #997858
RGB
CMYK
RGB Variations
Color information
#997858 (or 0x997858) is known color: Pale Brown. HEX triplet: 99, 78 and 58. RGB value is (153,120,88). Sum of RGB (Red+Green+Blue) = 153+120+88=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #997858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997858 is #6687A7. Grayscale: #7E7E7E. Windows color (decimal): -6719400 or 5798041. OLE color: 5798041.
HSL color Cylindrical-coordinate representation of color #997858: hue angle of 29.54º degrees, saturation: 0.27, 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 #997858 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 88 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.4 |
| HSL | 29.54º | 0.27% | 0.47% | - |
| HSV(B) | 29.54º | 0.42% | 0.6% | - |
| XYZ | 21.61 | 20.91 | 12.13 | - |
| YUV | 126.22 | 106.43 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 88 | 0 | 0.22 | 0.42 | 0.4 | 29.54 | 0.27 | 0.47 |
| Hex | 99 | 78 | 58 | 0 | 16 | 2A | 28 | 1E | 1B | 2F |
| Octal | 231 | 170 | 130 | 0 | 26 | 52 | 50 | 36 | 33 | 57 |
| Binary | 10011001 | 1111000 | 1011000 | 0 | 10110 | 101010 | 101000 | 11110 | 11011 | 101111 |
Color Harmonies of #997858
Complementary color
Monochromatic Colors of #997858
Black with #997858
Text Example
Text Example
White with #997858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997858; }
p { color: rgb(153,120,88); }
H1.HeaderClassName
{
color: #997858;
}
.AnyTagClassName
{
color: #997858;
}
</style>
background-color css
<style>
a { background-color: #997858; }
a { background-color: rgb(153,120,88); }
div.DivClassName
{
background-color: #997858;
}
.BgClassName
{
background-color: #997858;
}
</style>
border-color css
<style>
span { border-color: #997858; }
span { border-color: rgb(153,120,88); }
td.TdClassName
{
border-color: #997858;
}
.TagClassName
{
border-color: #997858;
}
</style>