#917B71

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

Shades of Hemp #917B71

Tints of Hemp #917B71

Color information

#917B71 (or 0x917B71) is unknown color: approx Hemp. HEX triplet: 91, 7B and 71. RGB value is (145,123,113). Sum of RGB (Red+Green+Blue) = 145+123+113=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #917B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B71 is #6E848E. Grayscale: #808080. Windows color (decimal): -7242895 or 7437201. OLE color: 7437201.

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

Color convert

RGB145123113-
CMYK00.150.220.43
HSL18.75º12.7%50.59%-
HSV(B)18.75º22.07%56.86%-
XYZ21.7421.3818.6-
YUV128.44119.29139.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.06%
GREEN value IS 123 (48.44% from 255) = 32.28%
BLUE value IS 113 (44.53% from 255) = 29.66%
R=38.06%
G=32.28%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512311300.150.220.4318.7512.750.59
Hex917B710F162B13d33
Octal2211731610172653231563
Binary10010001111101111100010111110110101011100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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