#957A6F

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

Shades of Hemp #957A6F

Tints of Hemp #957A6F

Color information

#957A6F (or 0x957A6F) is unknown color: approx Hemp. HEX triplet: 95, 7A and 6F. RGB value is (149,122,111). Sum of RGB (Red+Green+Blue) = 149+122+111=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #957A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A6F is #6A8590. Grayscale: #808080. Windows color (decimal): -6981009 or 7305877. OLE color: 7305877.

HSL color Cylindrical-coordinate representation of color #957A6F: hue angle of 17.37º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #957A6F is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB149122111-
CMYK00.180.260.42
HSL17.37º15.2%50.98%-
HSV(B)17.37º25.5%58.43%-
XYZ22.2221.4618.01-
YUV128.82117.95142.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 122 (48.05% from 255) = 31.94%
BLUE value IS 111 (43.75% from 255) = 29.06%
R=39.01%
G=31.94%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912211100.180.260.4217.3715.250.98
Hex957A6F0121A2A11f33
Octal2251721570223252211763
Binary100101011111010110111101001011010101010100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957A6F; }

 p { color: rgb(149,122,111); }

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

<style>
 a { background-color: #957A6F; }

 a { background-color: rgb(149,122,111); }

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

<style>
 span { border-color: #957A6F; }

 span { border-color: rgb(149,122,111); }

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