Html Css Color HEX #9E7570 Hemp

📋 copy color: '#9E7570'

red 158 ◦ green 117 ◦ blue 112

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

Shades of Hemp #9E7570

Tints of Hemp #9E7570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.23%

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

R = 40.83%
G = 30.23%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9E7570 (or 0x9E7570) is known color: Hemp. HEX triplet: 9E, 75 and 70. RGB value is (158,117,112). Sum of RGB (Red+Green+Blue) = 158+117+112=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7570 is #618A8F. Grayscale: #808080. Windows color (decimal): -6392464 or 7370142. OLE color: 7370142.

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

Color convert

RGB 158 117 112 -
CMYK 0 0.26 0.29 0.38
HSL 6.52º 0.19% 0.53% -
HSV(B) 6.52º 0.29% 0.62% -
XYZ 23.39 21.16 18.18 -
YUV 128.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 158 117 112 0 0.26 0.29 0.38 6.52 0.19 0.53
Hex 9E 75 70 0 1A 1D 26 7 13 35
Octal 236 165 160 0 32 35 46 7 23 65
Binary 10011110 1110101 1110000 0 11010 11101 100110 111 10011 110101

Color Harmonies of #9E7570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7570

Black with #9E7570

Text Example


Text Example

White with #9E7570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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