#957669

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

Shades of Hemp #957669

Tints of Hemp #957669

Color information

#957669 (or 0x957669) is unknown color: approx Hemp. HEX triplet: 95, 76 and 69. RGB value is (149,118,105). Sum of RGB (Red+Green+Blue) = 149+118+105=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #957669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957669 is #6A8996. Grayscale: #7D7D7D. Windows color (decimal): -6982039 or 6911637. OLE color: 6911637.

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

Color convert

RGB149118105-
CMYK00.210.300.42
HSL17.73º17.32%49.8%-
HSV(B)17.73º29.53%58.43%-
XYZ21.4220.3716.17-
YUV125.79116.27144.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 105 (41.41% from 255) = 28.23%
R=40.05%
G=31.72%
B=28.23%

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
Decimal14911810500.210.300.4217.7317.3249.8
Hex9576690151E2A121132
Octal2251661510253652222162
Binary1001010111101101101001010101111101010101001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957669; }

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

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

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

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

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

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

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

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