Shades of Pale Brown #9E7654
Tints of Pale Brown #9E7654
RGB
CMYK
RGB Variations
Color information
#9E7654 (or 0x9E7654) is known color: Pale Brown. HEX triplet: 9E, 76 and 54. RGB value is (158,118,84). Sum of RGB (Red+Green+Blue) = 158+118+84=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7654 is #6189AB. Grayscale: #7E7E7E. Windows color (decimal): -6392236 or 5535390. OLE color: 5535390.
HSL color Cylindrical-coordinate representation of color #9E7654: hue angle of 27.57º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E7654 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 118 | 84 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.38 |
| HSL | 27.57º | 0.31% | 0.47% | - |
| HSV(B) | 27.57º | 0.47% | 0.62% | - |
| XYZ | 22.18 | 20.87 | 11.25 | - |
| YUV | 126.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 118 | 84 | 0 | 0.25 | 0.47 | 0.38 | 27.57 | 0.31 | 0.47 |
| Hex | 9E | 76 | 54 | 0 | 19 | 2F | 26 | 1C | 1F | 2F |
| Octal | 236 | 166 | 124 | 0 | 31 | 57 | 46 | 34 | 37 | 57 |
| Binary | 10011110 | 1110110 | 1010100 | 0 | 11001 | 101111 | 100110 | 11100 | 11111 | 101111 |
Color Harmonies of #9E7654
Complementary color
Monochromatic Colors of #9E7654
Black with #9E7654
Text Example
Text Example
White with #9E7654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7654; }
p { color: rgb(158,118,84); }
H1.HeaderClassName
{
color: #9E7654;
}
.AnyTagClassName
{
color: #9E7654;
}
</style>
background-color css
<style>
a { background-color: #9E7654; }
a { background-color: rgb(158,118,84); }
div.DivClassName
{
background-color: #9E7654;
}
.BgClassName
{
background-color: #9E7654;
}
</style>
border-color css
<style>
span { border-color: #9E7654; }
span { border-color: rgb(158,118,84); }
td.TdClassName
{
border-color: #9E7654;
}
.TagClassName
{
border-color: #9E7654;
}
</style>