Html Css Color HEX #9E7D71 Hemp

📋 copy color: '#9E7D71'

red 158 ◦ green 125 ◦ blue 113

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

Shades of Hemp #9E7D71

Tints of Hemp #9E7D71

RGB

 RED value IS 158 (62.11% from 255) = 39.9%

 GREEN value IS 125 (49.22% from 255) = 31.57%

 BLUE value IS 113 (44.53% from 255) = 28.54%

R = 39.9%
G = 31.57%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9E7D71 (or 0x9E7D71) is known color: Hemp. HEX triplet: 9E, 7D and 71. RGB value is (158,125,113). Sum of RGB (Red+Green+Blue) = 158+125+113=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7D71 is #61828E. Grayscale: #858585. Windows color (decimal): -6390415 or 7437726. OLE color: 7437726.

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

Color convert

RGB 158 125 113 -
CMYK 0 0.21 0.28 0.38
HSL 16º 0.19% 0.53% -
HSV(B) 16º 0.28% 0.62% -
XYZ 24.41 23.13 18.8 -
YUV 133.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 158 125 113 0 0.21 0.28 0.38 16 0.19 0.53
Hex 9E 7D 71 0 15 1C 26 10 13 35
Octal 236 175 161 0 25 34 46 20 23 65
Binary 10011110 1111101 1110001 0 10101 11100 100110 10000 10011 110101

Color Harmonies of #9E7D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7D71

Black with #9E7D71

Text Example


Text Example

White with #9E7D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,125,113); }

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

background-color css

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

 a { background-color: rgb(158,125,113); }

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

border-color css

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

 span { border-color: rgb(158,125,113); }

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