#91756C

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

Shades of Hemp #91756C

Tints of Hemp #91756C

Color information

#91756C (or 0x91756C) is unknown color: approx Hemp. HEX triplet: 91, 75 and 6C. RGB value is (145,117,108). Sum of RGB (Red+Green+Blue) = 145+117+108=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #91756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91756C is #6E8A93. Grayscale: #7C7C7C. Windows color (decimal): -7244436 or 7107985. OLE color: 7107985.

HSL color Cylindrical-coordinate representation of color #91756C: hue angle of 14.59º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91756C is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB145117108-
CMYK00.190.260.43
HSL14.59º14.62%49.61%-
HSV(B)14.59º25.52%56.86%-
XYZ20.7519.8316.92-
YUV124.35118.78142.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.19%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=39.19%
G=31.62%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511710800.190.260.4314.5914.6249.61
Hex91756C0131A2Bff32
Octal2211651540233253171762
Binary10010001111010111011000100111101010101111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91756C; }

 p { color: rgb(145,117,108); }

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

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

 a { background-color: rgb(145,117,108); }

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

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

 span { border-color: rgb(145,117,108); }

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