#957C70

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

Shades of Hemp #957C70

Tints of Hemp #957C70

Color information

#957C70 (or 0x957C70) is unknown color: approx Hemp. HEX triplet: 95, 7C and 70. RGB value is (149,124,112). Sum of RGB (Red+Green+Blue) = 149+124+112=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #957C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C70 is #6A838F. Grayscale: #828282. Windows color (decimal): -6980496 or 7371925. OLE color: 7371925.

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

Color convert

RGB149124112-
CMYK00.170.250.42
HSL19.46º14.86%51.18%-
HSV(B)19.46º24.83%58.43%-
XYZ22.5321.9718.38-
YUV130.11117.78141.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 124 (48.83% from 255) = 32.21%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=38.70%
G=32.21%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912411200.170.250.4219.4614.8651.18
Hex957C70011192A13f33
Octal2251741600213152231763
Binary100101011111100111000001000111001101010100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,124,112); }

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

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

 a { background-color: rgb(149,124,112); }

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

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

 span { border-color: rgb(149,124,112); }

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