#967F71

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

Shades of Hemp #967F71

Tints of Hemp #967F71

Color information

#967F71 (or 0x967F71) is unknown color: approx Hemp. HEX triplet: 96, 7F and 71. RGB value is (150,127,113). Sum of RGB (Red+Green+Blue) = 150+127+113=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #967F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F71 is #69808E. Grayscale: #848484. Windows color (decimal): -6914191 or 7438230. OLE color: 7438230.

HSL color Cylindrical-coordinate representation of color #967F71: hue angle of 22.7º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #967F71 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB150127113-
CMYK00.150.250.41
HSL22.7º14.98%51.57%-
HSV(B)22.7º24.67%58.82%-
XYZ23.1522.8618.81-
YUV132.28117.12140.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 127 (50% from 255) = 32.56%
BLUE value IS 113 (44.53% from 255) = 28.97%
R=38.46%
G=32.56%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012711300.150.250.4122.714.9851.57
Hex967F710F192917f34
Octal2261771610173151271764
Binary10010110111111111100010111111001101001101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967F71; }

 p { color: rgb(150,127,113); }

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

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

 a { background-color: rgb(150,127,113); }

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

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

 span { border-color: rgb(150,127,113); }

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