#91756D

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

Shades of Hemp #91756D

Tints of Hemp #91756D

Color information

#91756D (or 0x91756D) is unknown color: approx Hemp. HEX triplet: 91, 75 and 6D. RGB value is (145,117,109). Sum of RGB (Red+Green+Blue) = 145+117+109=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #91756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91756D is #6E8A92. Grayscale: #7C7C7C. Windows color (decimal): -7244435 or 7173521. OLE color: 7173521.

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

Color convert

RGB145117109-
CMYK00.190.250.43
HSL13.33º14.17%49.8%-
HSV(B)13.33º24.83%56.86%-
XYZ20.819.8517.2-
YUV124.46119.28142.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.08%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 109 (42.97% from 255) = 29.38%
R=39.08%
G=31.54%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511710900.190.250.4313.3314.1749.8
Hex91756D013192Bde32
Octal2211651550233153151662
Binary10010001111010111011010100111100110101111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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