Html Css Color HEX #9F7E3F Alpine

📋 copy color: '#9F7E3F'

red 159 ◦ green 126 ◦ blue 63

#9F7E3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alpine #9F7E3F

Tints of Alpine #9F7E3F

RGB

 RED value IS 159 (62.5% from 255) = 45.69%

 GREEN value IS 126 (49.61% from 255) = 36.21%

 BLUE value IS 63 (25% from 255) = 18.1%

R = 45.69%
G = 36.21%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9F7E3F (or 0x9F7E3F) is known color: Alpine. HEX triplet: 9F, 7E and 3F. RGB value is (159,126,63). Sum of RGB (Red+Green+Blue) = 159+126+63=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7E3F is #6081C0. Grayscale: #808080. Windows color (decimal): -6324673 or 4161183. OLE color: 4161183.

HSL color Cylindrical-coordinate representation of color #9F7E3F: hue angle of 39.38º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F7E3F is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 126 63 -
CMYK 0 0.21 0.60 0.38
HSL 39.38º 0.43% 0.44% -
HSV(B) 39.38º 0.6% 0.62% -
XYZ 22.66 22.65 7.88 -
YUV 128.69 90.93 149.62 -
System Red Green Blue C M Y K H S L
Decimal 159 126 63 0 0.21 0.60 0.38 39.38 0.43 0.44
Hex 9F 7E 3F 0 15 3C 26 27 2B 2C
Octal 237 176 77 0 25 74 46 47 53 54
Binary 10011111 1111110 111111 0 10101 111100 100110 100111 101011 101100

Color Harmonies of #9F7E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7E3F

Black with #9F7E3F

Text Example


Text Example

White with #9F7E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F7E3F;
 }
 .AnyTagClassName
 {
   color: #9F7E3F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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