#957A6C

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

Shades of Hemp #957A6C

Tints of Hemp #957A6C

Color information

#957A6C (or 0x957A6C) is unknown color: approx Hemp. HEX triplet: 95, 7A and 6C. RGB value is (149,122,108). Sum of RGB (Red+Green+Blue) = 149+122+108=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #957A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A6C is #6A8593. Grayscale: #808080. Windows color (decimal): -6981012 or 7109269. OLE color: 7109269.

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

Color convert

RGB149122108-
CMYK00.180.280.42
HSL20.49º16.21%50.39%-
HSV(B)20.49º27.52%58.43%-
XYZ22.0621.3917.15-
YUV128.48116.45142.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.31%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 108 (42.58% from 255) = 28.50%
R=39.31%
G=32.19%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912210800.180.280.4220.4916.2150.39
Hex957A6C0121C2A141032
Octal2251721540223452242062
Binary1001010111110101101100010010111001010101010010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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