#957868

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

Shades of Hemp #957868

Tints of Hemp #957868

Color information

#957868 (or 0x957868) is unknown color: approx Hemp. HEX triplet: 95, 78 and 68. RGB value is (149,120,104). Sum of RGB (Red+Green+Blue) = 149+120+104=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #957868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957868 is #6A8797. Grayscale: #7E7E7E. Windows color (decimal): -6981528 or 6846613. OLE color: 6846613.

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

Color convert

RGB149120104-
CMYK00.190.300.42
HSL21.33º17.79%49.61%-
HSV(B)21.33º30.2%58.43%-
XYZ21.6120.8215.98-
YUV126.85115.11143.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=39.95%
G=32.17%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912010400.190.300.4221.3317.7949.61
Hex9578680131E2A151232
Octal2251701500233652252262
Binary1001010111110001101000010011111101010101010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957868; }

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

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

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

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

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

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

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

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