#91766D

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

Shades of Hemp #91766D

Tints of Hemp #91766D

Color information

#91766D (or 0x91766D) is unknown color: approx Hemp. HEX triplet: 91, 76 and 6D. RGB value is (145,118,109). Sum of RGB (Red+Green+Blue) = 145+118+109=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 145 - color contains mainly: red. Hex color #91766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91766D is #6E8992. Grayscale: #7D7D7D. Windows color (decimal): -7244179 or 7173777. OLE color: 7173777.

HSL color Cylindrical-coordinate representation of color #91766D: hue angle of 15º 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 #91766D is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB145118109-
CMYK00.190.250.43
HSL15º14.17%49.8%-
HSV(B)15º24.83%56.86%-
XYZ20.9220.0817.24-
YUV125.05118.95142.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.98%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 109 (42.97% from 255) = 29.30%
R=38.98%
G=31.72%
B=29.30%

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
Decimal14511810900.190.250.431514.1749.8
Hex91766D013192Bfe32
Octal2211661550233153171662
Binary10010001111011011011010100111100110101111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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