#957A6D

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

Shades of Hemp #957A6D

Tints of Hemp #957A6D

Color information

#957A6D (or 0x957A6D) is unknown color: approx Hemp. HEX triplet: 95, 7A and 6D. RGB value is (149,122,109). Sum of RGB (Red+Green+Blue) = 149+122+109=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #957A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A6D is #6A8592. Grayscale: #808080. Windows color (decimal): -6981011 or 7174805. OLE color: 7174805.

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

Color convert

RGB149122109-
CMYK00.180.270.42
HSL19.5º15.87%50.59%-
HSV(B)19.5º26.85%58.43%-
XYZ22.1121.4117.44-
YUV128.59116.95142.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 122 (48.05% from 255) = 32.11%
BLUE value IS 109 (42.97% from 255) = 28.68%
R=39.21%
G=32.11%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912210900.180.270.4219.515.8750.59
Hex957A6D0121B2A131033
Octal2251721550223352232063
Binary1001010111110101101101010010110111010101001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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