#957670

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

Shades of Hemp #957670

Tints of Hemp #957670

Color information

#957670 (or 0x957670) is unknown color: approx Hemp. HEX triplet: 95, 76 and 70. RGB value is (149,118,112). Sum of RGB (Red+Green+Blue) = 149+118+112=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #957670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957670 is #6A898F. Grayscale: #7E7E7E. Windows color (decimal): -6982032 or 7370389. OLE color: 7370389.

HSL color Cylindrical-coordinate representation of color #957670: hue angle of 9.73º 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 #957670 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB149118112-
CMYK00.210.250.42
HSL9.73º14.86%51.18%-
HSV(B)9.73º24.83%58.43%-
XYZ21.820.5218.14-
YUV126.58119.77143.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.31%
GREEN value IS 118 (46.48% from 255) = 31.13%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=39.31%
G=31.13%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911811200.210.250.429.7314.8651.18
Hex957670015192Aaf33
Octal2251661600253152121763
Binary10010101111011011100000101011100110101010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957670; }

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

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

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

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

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

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

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

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