#917974

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

Shades of Hemp #917974

Tints of Hemp #917974

Color information

#917974 (or 0x917974) is unknown color: approx Hemp. HEX triplet: 91, 79 and 74. RGB value is (145,121,116). Sum of RGB (Red+Green+Blue) = 145+121+116=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #917974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917974 is #6E868B. Grayscale: #7F7F7F. Windows color (decimal): -7243404 or 7633297. OLE color: 7633297.

HSL color Cylindrical-coordinate representation of color #917974: hue angle of 10.34º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #917974 is Cyan = 0, Magento = 0.17, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB145121116-
CMYK00.170.20.43
HSL10.34º11.65%51.18%-
HSV(B)10.34º20%56.86%-
XYZ21.6720.9619.43-
YUV127.61121.45140.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.96%
GREEN value IS 121 (47.66% from 255) = 31.68%
BLUE value IS 116 (45.70% from 255) = 30.37%
R=37.96%
G=31.68%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512111600.170.20.4310.3411.6551.18
Hex917974011142Bac33
Octal2211711640212453121463
Binary10010001111100111101000100011010010101110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917974; }

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

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

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

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

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

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

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

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