#957569

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

Shades of Hemp #957569

Tints of Hemp #957569

Color information

#957569 (or 0x957569) is unknown color: approx Hemp. HEX triplet: 95, 75 and 69. RGB value is (149,117,105). Sum of RGB (Red+Green+Blue) = 149+117+105=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #957569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957569 is #6A8A96. Grayscale: #7D7D7D. Windows color (decimal): -6982295 or 6911381. OLE color: 6911381.

HSL color Cylindrical-coordinate representation of color #957569: hue angle of 16.36º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #957569 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB149117105-
CMYK00.210.300.42
HSL16.36º17.32%49.8%-
HSV(B)16.36º29.53%58.43%-
XYZ21.3120.1316.13-
YUV125.2116.6144.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=40.16%
G=31.54%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911710500.210.300.4216.3617.3249.8
Hex9575690151E2A101132
Octal2251651510253652202162
Binary1001010111101011101001010101111101010101000010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957569; }

 p { color: rgb(149,117,105); }

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

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

 a { background-color: rgb(149,117,105); }

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

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

 span { border-color: rgb(149,117,105); }

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