Html Css Color HEX #9E7D6D Hemp

📋 copy color: '#9E7D6D'

red 158 ◦ green 125 ◦ blue 109

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

Shades of Hemp #9E7D6D

Tints of Hemp #9E7D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.81%

R = 40.31%
G = 31.89%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9E7D6D (or 0x9E7D6D) is known color: Hemp. HEX triplet: 9E, 7D and 6D. RGB value is (158,125,109). Sum of RGB (Red+Green+Blue) = 158+125+109=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7D6D is #618292. Grayscale: #858585. Windows color (decimal): -6390419 or 7175582. OLE color: 7175582.

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

Color convert

RGB 158 125 109 -
CMYK 0 0.21 0.31 0.38
HSL 19.59º 0.2% 0.52% -
HSV(B) 19.59º 0.31% 0.62% -
XYZ 24.19 23.04 17.64 -
YUV 133.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 158 125 109 0 0.21 0.31 0.38 19.59 0.2 0.52
Hex 9E 7D 6D 0 15 1F 26 14 14 34
Octal 236 175 155 0 25 37 46 24 24 64
Binary 10011110 1111101 1101101 0 10101 11111 100110 10100 10100 110100

Color Harmonies of #9E7D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7D6D

Black with #9E7D6D

Text Example


Text Example

White with #9E7D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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