#917971

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

Shades of Hemp #917971

Tints of Hemp #917971

Color information

#917971 (or 0x917971) is unknown color: approx Hemp. HEX triplet: 91, 79 and 71. RGB value is (145,121,113). Sum of RGB (Red+Green+Blue) = 145+121+113=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #917971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917971 is #6E868E. Grayscale: #7F7F7F. Windows color (decimal): -7243407 or 7436689. OLE color: 7436689.

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

Color convert

RGB145121113-
CMYK00.170.220.43
HSL15º12.7%50.59%-
HSV(B)15º22.07%56.86%-
XYZ21.520.8918.52-
YUV127.26119.95140.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.26%
GREEN value IS 121 (47.66% from 255) = 31.93%
BLUE value IS 113 (44.53% from 255) = 29.82%
R=38.26%
G=31.93%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512111300.170.220.431512.750.59
Hex917971011162Bfd33
Octal2211711610212653171563
Binary10010001111100111100010100011011010101111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917971; }

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

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

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

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

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

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

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

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