#91756F

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

Shades of Hemp #91756F

Tints of Hemp #91756F

Color information

#91756F (or 0x91756F) is unknown color: approx Hemp. HEX triplet: 91, 75 and 6F. RGB value is (145,117,111). Sum of RGB (Red+Green+Blue) = 145+117+111=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 145 - color contains mainly: red. Hex color #91756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91756F is #6E8A90. Grayscale: #7C7C7C. Windows color (decimal): -7244433 or 7304593. OLE color: 7304593.

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

Color convert

RGB145117111-
CMYK00.190.230.43
HSL10.59º13.39%50.2%-
HSV(B)10.59º23.45%56.86%-
XYZ20.9119.8917.78-
YUV124.69120.28142.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.87%
GREEN value IS 117 (46.09% from 255) = 31.37%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=38.87%
G=31.37%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511711100.190.230.4310.5913.3950.2
Hex91756F013172Bbd32
Octal2211651570232753131562
Binary10010001111010111011110100111011110101110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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