#9F7E3E

Color #9F7E3E Alpine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alpine #9F7E3E

Tints of Alpine #9F7E3E

Color information

#9F7E3E (or 0x9F7E3E) is unknown color: approx Alpine. HEX triplet: 9F, 7E and 3E. RGB value is (159,126,62). Sum of RGB (Red+Green+Blue) = 159+126+62=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7E3E is #6081C1. Grayscale: #808080. Windows color (decimal): -6324674 or 4095647. OLE color: 4095647.

HSL color Cylindrical-coordinate representation of color #9F7E3E: hue angle of 39.59º 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 #9F7E3E is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB15912662-
CMYK00.210.610.38
HSL39.59º43.89%43.33%-
HSV(B)39.59º61.01%62.35%-
XYZ22.6322.647.73-
YUV128.5790.43149.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 45.82%
GREEN value IS 126 (49.61% from 255) = 36.31%
BLUE value IS 62 (24.61% from 255) = 17.87%
R=45.82%
G=36.31%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591266200.210.610.3839.5943.8943.33
Hex9F7E3E0153D26282c2b
Octal237176760257546505453
Binary100111111111110111110010101111101100110101000101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F7E3E; }

 p { color: rgb(159,126,62); }

 H1.HeaderClassName
 {
   color: #9F7E3E;
 }
 .AnyTagClassName
 {
   color: #9F7E3E;
 }
</style>
background-color css

<style>
 a { background-color: #9F7E3E; }

 a { background-color: rgb(159,126,62); }

 div.DivClassName
 {
   background-color: #9F7E3E;
 }
 .BgClassName
 {
   background-color: #9F7E3E;
 }
</style>
border-color css

<style>
 span { border-color: #9F7E3E; }

 span { border-color: rgb(159,126,62); }

 td.TdClassName
 {
   border-color: #9F7E3E;
 }
 .TagClassName
 {
   border-color: #9F7E3E;
 }
</style>