#91746A

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

Shades of Hemp #91746A

Tints of Hemp #91746A

Color information

#91746A (or 0x91746A) is unknown color: approx Hemp. HEX triplet: 91, 74 and 6A. RGB value is (145,116,106). Sum of RGB (Red+Green+Blue) = 145+116+106=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 145 - color contains mainly: red. Hex color #91746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91746A is #6E8B95. Grayscale: #7B7B7B. Windows color (decimal): -7244694 or 6976657. OLE color: 6976657.

HSL color Cylindrical-coordinate representation of color #91746A: hue angle of 15.38º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91746A is Cyan = 0, Magento = 0.2, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB145116106-
CMYK00.20.270.43
HSL15.38º15.54%49.22%-
HSV(B)15.38º26.9%56.86%-
XYZ20.5219.5516.33-
YUV123.53118.11143.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.51%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 106 (41.80% from 255) = 28.88%
R=39.51%
G=31.61%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511610600.20.270.4315.3815.5449.22
Hex91746A0141B2Bf1031
Octal2211641520243353172061
Binary100100011110100110101001010011011101011111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91746A; }

 p { color: rgb(145,116,106); }

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

<style>
 a { background-color: #91746A; }

 a { background-color: rgb(145,116,106); }

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

<style>
 span { border-color: #91746A; }

 span { border-color: rgb(145,116,106); }

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