#91756E

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

Shades of Hemp #91756E

Tints of Hemp #91756E

Color information

#91756E (or 0x91756E) is unknown color: approx Hemp. HEX triplet: 91, 75 and 6E. RGB value is (145,117,110). Sum of RGB (Red+Green+Blue) = 145+117+110=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 145 - color contains mainly: red. Hex color #91756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91756E is #6E8A91. Grayscale: #7C7C7C. Windows color (decimal): -7244434 or 7239057. OLE color: 7239057.

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

Color convert

RGB145117110-
CMYK00.190.240.43
HSL12º13.73%50%-
HSV(B)12º24.14%56.86%-
XYZ20.8519.8717.49-
YUV124.57119.78142.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.98%
GREEN value IS 117 (46.09% from 255) = 31.45%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=38.98%
G=31.45%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511711000.190.240.431213.7350
Hex91756E013182Bce32
Octal2211651560233053141662
Binary10010001111010111011100100111100010101111001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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