#9B7C71

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

Shades of Hemp #9B7C71

Tints of Hemp #9B7C71

Color information

#9B7C71 (or 0x9B7C71) is unknown color: approx Hemp. HEX triplet: 9B, 7C and 71. RGB value is (155,124,113). Sum of RGB (Red+Green+Blue) = 155+124+113=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7C71 is #64838E. Grayscale: #848484. Windows color (decimal): -6587279 or 7437467. OLE color: 7437467.

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

Color convert

RGB155124113-
CMYK00.20.270.39
HSL15.71º17.36%52.55%-
HSV(B)15.71º27.1%60.78%-
XYZ23.7122.5818.73-
YUV132.01117.27144.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.54%
GREEN value IS 124 (48.83% from 255) = 31.63%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=39.54%
G=31.63%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512411300.20.270.3915.7117.3652.55
Hex9B7C710141B27101135
Octal2331741610243347202165
Binary1001101111111001110001010100110111001111000010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,124,113); }

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

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

 a { background-color: rgb(155,124,113); }

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

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

 span { border-color: rgb(155,124,113); }

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