#9B8175

Color #9B8175 Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #9B8175

Tints of Hemp #9B8175

Color information

#9B8175 (or 0x9B8175) is unknown color: approx Hemp. HEX triplet: 9B, 81 and 75. RGB value is (155,129,117). Sum of RGB (Red+Green+Blue) = 155+129+117=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8175 is #647E8A. Grayscale: #878787. Windows color (decimal): -6585995 or 7700891. OLE color: 7700891.

HSL color Cylindrical-coordinate representation of color #9B8175: hue angle of 18.95º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B8175 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB155129117-
CMYK00.170.250.39
HSL18.95º15.97%53.33%-
HSV(B)18.95º24.52%60.78%-
XYZ24.5823.9520.16-
YUV135.41117.61141.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.65%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=38.65%
G=32.17%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512911700.170.250.3918.9515.9753.33
Hex9B81750111927131035
Octal2332011650213147232065
Binary10011011100000011110101010001110011001111001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,129,117); }

 H1.HeaderClassName
 {
   color: #9B8175;
 }
 .AnyTagClassName
 {
   color: #9B8175;
 }
</style>
background-color css

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

 a { background-color: rgb(155,129,117); }

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

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

 span { border-color: rgb(155,129,117); }

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