Html Css Color HEX #9F7E6C Hemp

📋 copy color: '#9F7E6C'

red 159 ◦ green 126 ◦ blue 108

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

Shades of Hemp #9F7E6C

Tints of Hemp #9F7E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.48%

R = 40.46%
G = 32.06%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9F7E6C (or 0x9F7E6C) is known color: Hemp. HEX triplet: 9F, 7E and 6C. RGB value is (159,126,108). Sum of RGB (Red+Green+Blue) = 159+126+108=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7E6C is #608193. Grayscale: #858585. Windows color (decimal): -6324628 or 7110303. OLE color: 7110303.

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

Color convert

RGB 159 126 108 -
CMYK 0 0.21 0.32 0.38
HSL 21.18º 0.21% 0.52% -
HSV(B) 21.18º 0.32% 0.62% -
XYZ 24.47 23.38 17.41 -
YUV 133.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 159 126 108 0 0.21 0.32 0.38 21.18 0.21 0.52
Hex 9F 7E 6C 0 15 20 26 15 15 34
Octal 237 176 154 0 25 40 46 25 25 64
Binary 10011111 1111110 1101100 0 10101 100000 100110 10101 10101 110100

Color Harmonies of #9F7E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7E6C

Black with #9F7E6C

Text Example


Text Example

White with #9F7E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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