#9B7A71

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

Shades of Hemp #9B7A71

Tints of Hemp #9B7A71

Color information

#9B7A71 (or 0x9B7A71) is unknown color: approx Hemp. HEX triplet: 9B, 7A and 71. RGB value is (155,122,113). Sum of RGB (Red+Green+Blue) = 155+122+113=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7A71 is #64858E. Grayscale: #828282. Windows color (decimal): -6587791 or 7436955. OLE color: 7436955.

HSL color Cylindrical-coordinate representation of color #9B7A71: hue angle of 12.86º 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 #9B7A71 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB155122113-
CMYK00.210.270.39
HSL12.86º17.36%52.55%-
HSV(B)12.86º27.1%60.78%-
XYZ23.4622.0818.65-
YUV130.84117.93145.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.74%
GREEN value IS 122 (48.05% from 255) = 31.28%
BLUE value IS 113 (44.53% from 255) = 28.97%
R=39.74%
G=31.28%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512211300.210.270.3912.8617.3652.55
Hex9B7A710151B27d1135
Octal2331721610253347152165
Binary100110111111010111000101010111011100111110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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