Html Css Color HEX #9E7D70 Hemp

📋 copy color: '#9E7D70'

red 158 ◦ green 125 ◦ blue 112

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

Shades of Hemp #9E7D70

Tints of Hemp #9E7D70

RGB

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

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

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

R = 40%
G = 31.65%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9E7D70 (or 0x9E7D70) is known color: Hemp. HEX triplet: 9E, 7D and 70. RGB value is (158,125,112). Sum of RGB (Red+Green+Blue) = 158+125+112=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7D70 is #61828F. Grayscale: #858585. Windows color (decimal): -6390416 or 7372190. OLE color: 7372190.

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

Color convert

RGB 158 125 112 -
CMYK 0 0.21 0.29 0.38
HSL 16.96º 0.19% 0.53% -
HSV(B) 16.96º 0.29% 0.62% -
XYZ 24.36 23.11 18.51 -
YUV 133.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 158 125 112 0 0.21 0.29 0.38 16.96 0.19 0.53
Hex 9E 7D 70 0 15 1D 26 11 13 35
Octal 236 175 160 0 25 35 46 21 23 65
Binary 10011110 1111101 1110000 0 10101 11101 100110 10001 10011 110101

Color Harmonies of #9E7D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7D70

Black with #9E7D70

Text Example


Text Example

White with #9E7D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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