#95796E

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

Shades of Hemp #95796E

Tints of Hemp #95796E

Color information

#95796E (or 0x95796E) is unknown color: approx Hemp. HEX triplet: 95, 79 and 6E. RGB value is (149,121,110). Sum of RGB (Red+Green+Blue) = 149+121+110=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #95796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95796E is #6A8691. Grayscale: #808080. Windows color (decimal): -6981266 or 7240085. OLE color: 7240085.

HSL color Cylindrical-coordinate representation of color #95796E: hue angle of 16.92º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95796E is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB149121110-
CMYK00.190.260.42
HSL16.92º15.54%50.78%-
HSV(B)16.92º26.17%58.43%-
XYZ22.0521.1917.68-
YUV128.12117.78142.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 121 (47.66% from 255) = 31.84%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=39.21%
G=31.84%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912111000.190.260.4216.9215.5450.78
Hex95796E0131A2A111033
Octal2251711560233252212063
Binary1001010111110011101110010011110101010101000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95796E; }

 p { color: rgb(149,121,110); }

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

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

 a { background-color: rgb(149,121,110); }

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

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

 span { border-color: rgb(149,121,110); }

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