#917A6F

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

Shades of Hemp #917A6F

Tints of Hemp #917A6F

Color information

#917A6F (or 0x917A6F) is unknown color: approx Hemp. HEX triplet: 91, 7A and 6F. RGB value is (145,122,111). Sum of RGB (Red+Green+Blue) = 145+122+111=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #917A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917A6F is #6E8590. Grayscale: #7F7F7F. Windows color (decimal): -7243153 or 7305873. OLE color: 7305873.

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

Color convert

RGB145122111-
CMYK00.160.230.43
HSL19.41º13.39%50.2%-
HSV(B)19.41º23.45%56.86%-
XYZ21.5121.0917.98-
YUV127.62118.62140.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.36%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 111 (43.75% from 255) = 29.37%
R=38.36%
G=32.28%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512211100.160.230.4319.4113.3950.2
Hex917A6F010172B13d32
Octal2211721570202753231562
Binary100100011111010110111101000010111101011100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917A6F; }

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

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

<style>
 a { background-color: #917A6F; }

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

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

<style>
 span { border-color: #917A6F; }

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

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