Shades of Pale Brown #9E714E
Tints of Pale Brown #9E714E
RGB
CMYK
RGB Variations
Color information
#9E714E (or 0x9E714E) is known color: Pale Brown. HEX triplet: 9E, 71 and 4E. RGB value is (158,113,78). Sum of RGB (Red+Green+Blue) = 158+113+78=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 158 - color contains mainly: red. Hex color #9E714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E714E is #618EB1. Grayscale: #7A7A7A. Windows color (decimal): -6393522 or 5140894. OLE color: 5140894.
HSL color Cylindrical-coordinate representation of color #9E714E: hue angle of 26.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E714E is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 113 | 78 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.38 |
| HSL | 26.25º | 0.34% | 0.46% | - |
| HSV(B) | 26.25º | 0.51% | 0.62% | - |
| XYZ | 21.38 | 19.63 | 9.87 | - |
| YUV | 122.47 | 102.91 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 78 | 0 | 0.28 | 0.51 | 0.38 | 26.25 | 0.34 | 0.46 |
| Hex | 9E | 71 | 4E | 0 | 1C | 33 | 26 | 1A | 22 | 2E |
| Octal | 236 | 161 | 116 | 0 | 34 | 63 | 46 | 32 | 42 | 56 |
| Binary | 10011110 | 1110001 | 1001110 | 0 | 11100 | 110011 | 100110 | 11010 | 100010 | 101110 |
Color Harmonies of #9E714E
Complementary color
Monochromatic Colors of #9E714E
Black with #9E714E
Text Example
Text Example
White with #9E714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E714E; }
p { color: rgb(158,113,78); }
H1.HeaderClassName
{
color: #9E714E;
}
.AnyTagClassName
{
color: #9E714E;
}
</style>
background-color css
<style>
a { background-color: #9E714E; }
a { background-color: rgb(158,113,78); }
div.DivClassName
{
background-color: #9E714E;
}
.BgClassName
{
background-color: #9E714E;
}
</style>
border-color css
<style>
span { border-color: #9E714E; }
span { border-color: rgb(158,113,78); }
td.TdClassName
{
border-color: #9E714E;
}
.TagClassName
{
border-color: #9E714E;
}
</style>