#957668

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

Shades of Hemp #957668

Tints of Hemp #957668

Color information

#957668 (or 0x957668) is unknown color: approx Hemp. HEX triplet: 95, 76 and 68. RGB value is (149,118,104). Sum of RGB (Red+Green+Blue) = 149+118+104=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #957668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957668 is #6A8997. Grayscale: #7D7D7D. Windows color (decimal): -6982040 or 6846101. OLE color: 6846101.

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

Color convert

RGB149118104-
CMYK00.210.300.42
HSL18.67º17.79%49.61%-
HSV(B)18.67º30.2%58.43%-
XYZ21.3720.3515.9-
YUV125.67115.77144.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 104 (41.02% from 255) = 28.03%
R=40.16%
G=31.81%
B=28.03%

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
Decimal14911810400.210.300.4218.6717.7949.61
Hex9576680151E2A131232
Octal2251661500253652232262
Binary1001010111101101101000010101111101010101001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957668; }

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

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

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

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

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

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

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

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