Html Css Color HEX #9E7970 Hemp

📋 copy color: '#9E7970'

red 158 ◦ green 121 ◦ blue 112

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

Shades of Hemp #9E7970

Tints of Hemp #9E7970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.95%

 BLUE value IS 112 (44.14% from 255) = 28.64%

R = 40.41%
G = 30.95%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9E7970 (or 0x9E7970) is known color: Hemp. HEX triplet: 9E, 79 and 70. RGB value is (158,121,112). Sum of RGB (Red+Green+Blue) = 158+121+112=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7970 is #61868F. Grayscale: #838383. Windows color (decimal): -6391440 or 7371166. OLE color: 7371166.

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

Color convert

RGB 158 121 112 -
CMYK 0 0.23 0.29 0.38
HSL 11.74º 0.19% 0.53% -
HSV(B) 11.74º 0.29% 0.62% -
XYZ 23.86 22.11 18.34 -
YUV 131.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 158 121 112 0 0.23 0.29 0.38 11.74 0.19 0.53
Hex 9E 79 70 0 17 1D 26 C 13 35
Octal 236 171 160 0 27 35 46 14 23 65
Binary 10011110 1111001 1110000 0 10111 11101 100110 1100 10011 110101

Color Harmonies of #9E7970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7970

Black with #9E7970

Text Example


Text Example

White with #9E7970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,121,112); }

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

background-color css

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

 a { background-color: rgb(158,121,112); }

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

border-color css

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

 span { border-color: rgb(158,121,112); }

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