Html Css Color HEX #9E7B6C Hemp

📋 copy color: '#9E7B6C'

red 158 ◦ green 123 ◦ blue 108

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

Shades of Hemp #9E7B6C

Tints of Hemp #9E7B6C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.62%

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

R = 40.62%
G = 31.62%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9E7B6C (or 0x9E7B6C) is known color: Hemp. HEX triplet: 9E, 7B and 6C. RGB value is (158,123,108). Sum of RGB (Red+Green+Blue) = 158+123+108=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7B6C is #618493. Grayscale: #838383. Windows color (decimal): -6390932 or 7109534. OLE color: 7109534.

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

Color convert

RGB 158 123 108 -
CMYK 0 0.22 0.32 0.38
HSL 18º 0.2% 0.52% -
HSV(B) 18º 0.32% 0.62% -
XYZ 23.89 22.52 17.27 -
YUV 131.76 114.6 146.72 -
System Red Green Blue C M Y K H S L
Decimal 158 123 108 0 0.22 0.32 0.38 18 0.2 0.52
Hex 9E 7B 6C 0 16 20 26 12 14 34
Octal 236 173 154 0 26 40 46 22 24 64
Binary 10011110 1111011 1101100 0 10110 100000 100110 10010 10100 110100

Color Harmonies of #9E7B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7B6C

Black with #9E7B6C

Text Example


Text Example

White with #9E7B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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