Html Css Color HEX #9E7D6B Hemp

📋 copy color: '#9E7D6B'

red 158 ◦ green 125 ◦ blue 107

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

Shades of Hemp #9E7D6B

Tints of Hemp #9E7D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.44%

R = 40.51%
G = 32.05%
B = 27.44%

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

#9E7D6B (or 0x9E7D6B) is known color: Hemp. HEX triplet: 9E, 7D and 6B. RGB value is (158,125,107). Sum of RGB (Red+Green+Blue) = 158+125+107=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7D6B is #618294. Grayscale: #848484. Windows color (decimal): -6390421 or 7044510. OLE color: 7044510.

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

Color convert

RGB 158 125 107 -
CMYK 0 0.21 0.32 0.38
HSL 21.18º 0.21% 0.52% -
HSV(B) 21.18º 0.32% 0.62% -
XYZ 24.09 23 17.08 -
YUV 132.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 158 125 107 0 0.21 0.32 0.38 21.18 0.21 0.52
Hex 9E 7D 6B 0 15 20 26 15 15 34
Octal 236 175 153 0 25 40 46 25 25 64
Binary 10011110 1111101 1101011 0 10101 100000 100110 10101 10101 110100

Color Harmonies of #9E7D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7D6B

Black with #9E7D6B

Text Example


Text Example

White with #9E7D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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