#91776F

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

Shades of Hemp #91776F

Tints of Hemp #91776F

Color information

#91776F (or 0x91776F) is unknown color: approx Hemp. HEX triplet: 91, 77 and 6F. RGB value is (145,119,111). Sum of RGB (Red+Green+Blue) = 145+119+111=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #91776F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91776F is #6E8890. Grayscale: #7D7D7D. Windows color (decimal): -7243921 or 7305105. OLE color: 7305105.

HSL color Cylindrical-coordinate representation of color #91776F: hue angle of 14.12º 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 #91776F is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB145119111-
CMYK00.180.230.43
HSL14.12º13.39%50.2%-
HSV(B)14.12º23.45%56.86%-
XYZ21.1420.3617.85-
YUV125.86119.61141.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=38.67%
G=31.73%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511911100.180.230.4314.1213.3950.2
Hex91776F012172Bed32
Octal2211671570222753161562
Binary10010001111011111011110100101011110101111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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