Html Css Color HEX #9E7D6C Hemp

📋 copy color: '#9E7D6C'

red 158 ◦ green 125 ◦ blue 108

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

Shades of Hemp #9E7D6C

Tints of Hemp #9E7D6C

RGB

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

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

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

R = 40.41%
G = 31.97%
B = 27.62%

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

#9E7D6C (or 0x9E7D6C) is known color: Hemp. HEX triplet: 9E, 7D and 6C. RGB value is (158,125,108). Sum of RGB (Red+Green+Blue) = 158+125+108=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7D6C is #618293. Grayscale: #858585. Windows color (decimal): -6390420 or 7110046. OLE color: 7110046.

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

Color convert

RGB 158 125 108 -
CMYK 0 0.21 0.32 0.38
HSL 20.4º 0.2% 0.52% -
HSV(B) 20.4º 0.32% 0.62% -
XYZ 24.14 23.02 17.36 -
YUV 132.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 158 125 108 0 0.21 0.32 0.38 20.4 0.2 0.52
Hex 9E 7D 6C 0 15 20 26 14 14 34
Octal 236 175 154 0 25 40 46 24 24 64
Binary 10011110 1111101 1101100 0 10101 100000 100110 10100 10100 110100

Color Harmonies of #9E7D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7D6C

Black with #9E7D6C

Text Example


Text Example

White with #9E7D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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