Html Css Color HEX #9E766D Hemp

📋 copy color: '#9E766D'

red 158 ◦ green 118 ◦ blue 109

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

Shades of Hemp #9E766D

Tints of Hemp #9E766D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

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

R = 41.04%
G = 30.65%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9E766D (or 0x9E766D) is known color: Hemp. HEX triplet: 9E, 76 and 6D. RGB value is (158,118,109). Sum of RGB (Red+Green+Blue) = 158+118+109=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 158 - color contains mainly: red. Hex color #9E766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E766D is #618992. Grayscale: #818181. Windows color (decimal): -6392211 or 7173790. OLE color: 7173790.

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

Color convert

RGB 158 118 109 -
CMYK 0 0.25 0.31 0.38
HSL 11.02º 0.2% 0.52% -
HSV(B) 11.02º 0.31% 0.62% -
XYZ 23.34 21.33 17.36 -
YUV 128.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 158 118 109 0 0.25 0.31 0.38 11.02 0.2 0.52
Hex 9E 76 6D 0 19 1F 26 B 14 34
Octal 236 166 155 0 31 37 46 13 24 64
Binary 10011110 1110110 1101101 0 11001 11111 100110 1011 10100 110100

Color Harmonies of #9E766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E766D

Black with #9E766D

Text Example


Text Example

White with #9E766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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