#967E71

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

Shades of Hemp #967E71

Tints of Hemp #967E71

Color information

#967E71 (or 0x967E71) is unknown color: approx Hemp. HEX triplet: 96, 7E and 71. RGB value is (150,126,113). Sum of RGB (Red+Green+Blue) = 150+126+113=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #967E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E71 is #69818E. Grayscale: #838383. Windows color (decimal): -6914447 or 7437974. OLE color: 7437974.

HSL color Cylindrical-coordinate representation of color #967E71: hue angle of 21.08º 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 #967E71 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB150126113-
CMYK00.160.250.41
HSL21.08º14.98%51.57%-
HSV(B)21.08º24.67%58.82%-
XYZ23.0222.618.77-
YUV131.69117.45141.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 126 (49.61% from 255) = 32.39%
BLUE value IS 113 (44.53% from 255) = 29.05%
R=38.56%
G=32.39%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012611300.160.250.4121.0814.9851.57
Hex967E71010192915f34
Octal2261761610203151251764
Binary100101101111110111000101000011001101001101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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