#91756B

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

Shades of Hemp #91756B

Tints of Hemp #91756B

Color information

#91756B (or 0x91756B) is unknown color: approx Hemp. HEX triplet: 91, 75 and 6B. RGB value is (145,117,107). Sum of RGB (Red+Green+Blue) = 145+117+107=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #91756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91756B is #6E8A94. Grayscale: #7C7C7C. Windows color (decimal): -7244437 or 7042449. OLE color: 7042449.

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

Color convert

RGB145117107-
CMYK00.190.260.43
HSL15.79º15.08%49.41%-
HSV(B)15.79º26.21%56.86%-
XYZ20.6919.816.64-
YUV124.23118.28142.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.30%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 107 (42.19% from 255) = 29.00%
R=39.30%
G=31.71%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511710700.190.260.4315.7915.0849.41
Hex91756B0131A2B10f31
Octal2211651530233253201761
Binary100100011110101110101101001111010101011100001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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