Html Css Color HEX #9E756D Hemp

📋 copy color: '#9E756D'

red 158 ◦ green 117 ◦ blue 109

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

Shades of Hemp #9E756D

Tints of Hemp #9E756D

RGB

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

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

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

R = 41.15%
G = 30.47%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9E756D (or 0x9E756D) is known color: Hemp. HEX triplet: 9E, 75 and 6D. RGB value is (158,117,109). Sum of RGB (Red+Green+Blue) = 158+117+109=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 158 - color contains mainly: red. Hex color #9E756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E756D is #618A92. Grayscale: #808080. Windows color (decimal): -6392467 or 7173534. OLE color: 7173534.

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

Color convert

RGB 158 117 109 -
CMYK 0 0.26 0.31 0.38
HSL 9.8º 0.2% 0.52% -
HSV(B) 9.8º 0.31% 0.62% -
XYZ 23.22 21.1 17.32 -
YUV 128.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 158 117 109 0 0.26 0.31 0.38 9.8 0.2 0.52
Hex 9E 75 6D 0 1A 1F 26 A 14 34
Octal 236 165 155 0 32 37 46 12 24 64
Binary 10011110 1110101 1101101 0 11010 11111 100110 1010 10100 110100

Color Harmonies of #9E756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E756D

Black with #9E756D

Text Example


Text Example

White with #9E756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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