Shades of Alpine #9E7E3D
Tints of Alpine #9E7E3D
RGB
CMYK
RGB Variations
Color information
#9E7E3D (or 0x9E7E3D) is known color: Alpine. HEX triplet: 9E, 7E and 3D. RGB value is (158,126,61). Sum of RGB (Red+Green+Blue) = 158+126+61=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7E3D is #6181C2. Grayscale: #808080. Windows color (decimal): -6390211 or 4030110. OLE color: 4030110.
HSL color Cylindrical-coordinate representation of color #9E7E3D: hue angle of 40.21º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E7E3D is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 126 | 61 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.38 |
| HSL | 40.21º | 0.44% | 0.43% | - |
| HSV(B) | 40.21º | 0.61% | 0.62% | - |
| XYZ | 22.4 | 22.53 | 7.58 | - |
| YUV | 128.16 | 90.1 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 126 | 61 | 0 | 0.20 | 0.61 | 0.38 | 40.21 | 0.44 | 0.43 |
| Hex | 9E | 7E | 3D | 0 | 14 | 3D | 26 | 28 | 2C | 2B |
| Octal | 236 | 176 | 75 | 0 | 24 | 75 | 46 | 50 | 54 | 53 |
| Binary | 10011110 | 1111110 | 111101 | 0 | 10100 | 111101 | 100110 | 101000 | 101100 | 101011 |
Color Harmonies of #9E7E3D
Complementary color
Monochromatic Colors of #9E7E3D
Black with #9E7E3D
Text Example
Text Example
White with #9E7E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7E3D; }
p { color: rgb(158,126,61); }
H1.HeaderClassName
{
color: #9E7E3D;
}
.AnyTagClassName
{
color: #9E7E3D;
}
</style>
background-color css
<style>
a { background-color: #9E7E3D; }
a { background-color: rgb(158,126,61); }
div.DivClassName
{
background-color: #9E7E3D;
}
.BgClassName
{
background-color: #9E7E3D;
}
</style>
border-color css
<style>
span { border-color: #9E7E3D; }
span { border-color: rgb(158,126,61); }
td.TdClassName
{
border-color: #9E7E3D;
}
.TagClassName
{
border-color: #9E7E3D;
}
</style>