#9A7D71

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

Shades of Hemp #9A7D71

Tints of Hemp #9A7D71

Color information

#9A7D71 (or 0x9A7D71) is unknown color: approx Hemp. HEX triplet: 9A, 7D and 71. RGB value is (154,125,113). Sum of RGB (Red+Green+Blue) = 154+125+113=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7D71 is #65828E. Grayscale: #848484. Windows color (decimal): -6652559 or 7437722. OLE color: 7437722.

HSL color Cylindrical-coordinate representation of color #9A7D71: hue angle of 17.56º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A7D71 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB154125113-
CMYK00.190.270.40
HSL17.56º16.87%52.35%-
HSV(B)17.56º26.62%60.39%-
XYZ23.6422.7318.76-
YUV132.3117.11143.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.29%
GREEN value IS 125 (49.22% from 255) = 31.89%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=39.29%
G=31.89%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412511300.190.270.4017.5616.8752.35
Hex9A7D710131B28121134
Octal2321751610233350222164
Binary1001101011111011110001010011110111010001001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,125,113); }

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

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

 a { background-color: rgb(154,125,113); }

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

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

 span { border-color: rgb(154,125,113); }

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