Html Css Color HEX #9E8075 Hemp

📋 copy color: '#9E8075'

red 158 ◦ green 128 ◦ blue 117

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

Shades of Hemp #9E8075

Tints of Hemp #9E8075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.76%

 BLUE value IS 117 (46.09% from 255) = 29.03%

R = 39.21%
G = 31.76%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9E8075 (or 0x9E8075) is known color: Hemp. HEX triplet: 9E, 80 and 75. RGB value is (158,128,117). Sum of RGB (Red+Green+Blue) = 158+128+117=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8075 is #617F8A. Grayscale: #878787. Windows color (decimal): -6389643 or 7700638. OLE color: 7700638.

HSL color Cylindrical-coordinate representation of color #9E8075: hue angle of 16.1º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E8075 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 128 117 -
CMYK 0 0.19 0.26 0.38
HSL 16.1º 0.17% 0.54% -
HSV(B) 16.1º 0.26% 0.62% -
XYZ 25.03 23.99 20.14 -
YUV 135.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 158 128 117 0 0.19 0.26 0.38 16.1 0.17 0.54
Hex 9E 80 75 0 13 1A 26 10 11 36
Octal 236 200 165 0 23 32 46 20 21 66
Binary 10011110 10000000 1110101 0 10011 11010 100110 10000 10001 110110

Color Harmonies of #9E8075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8075

Black with #9E8075

Text Example


Text Example

White with #9E8075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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