Shades of Pale Brown #9E7650
Tints of Pale Brown #9E7650
RGB
CMYK
RGB Variations
Color information
#9E7650 (or 0x9E7650) is known color: Pale Brown. HEX triplet: 9E, 76 and 50. RGB value is (158,118,80). Sum of RGB (Red+Green+Blue) = 158+118+80=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7650 is #6189AF. Grayscale: #7D7D7D. Windows color (decimal): -6392240 or 5273246. OLE color: 5273246.
HSL color Cylindrical-coordinate representation of color #9E7650: hue angle of 29.23º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E7650 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 118 | 80 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.38 |
| HSL | 29.23º | 0.33% | 0.47% | - |
| HSV(B) | 29.23º | 0.49% | 0.62% | - |
| XYZ | 22.03 | 20.81 | 10.44 | - |
| YUV | 125.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 118 | 80 | 0 | 0.25 | 0.49 | 0.38 | 29.23 | 0.33 | 0.47 |
| Hex | 9E | 76 | 50 | 0 | 19 | 31 | 26 | 1D | 21 | 2F |
| Octal | 236 | 166 | 120 | 0 | 31 | 61 | 46 | 35 | 41 | 57 |
| Binary | 10011110 | 1110110 | 1010000 | 0 | 11001 | 110001 | 100110 | 11101 | 100001 | 101111 |
Color Harmonies of #9E7650
Complementary color
Monochromatic Colors of #9E7650
Black with #9E7650
Text Example
Text Example
White with #9E7650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7650; }
p { color: rgb(158,118,80); }
H1.HeaderClassName
{
color: #9E7650;
}
.AnyTagClassName
{
color: #9E7650;
}
</style>
background-color css
<style>
a { background-color: #9E7650; }
a { background-color: rgb(158,118,80); }
div.DivClassName
{
background-color: #9E7650;
}
.BgClassName
{
background-color: #9E7650;
}
</style>
border-color css
<style>
span { border-color: #9E7650; }
span { border-color: rgb(158,118,80); }
td.TdClassName
{
border-color: #9E7650;
}
.TagClassName
{
border-color: #9E7650;
}
</style>