#967E74

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

Shades of Hemp #967E74

Tints of Hemp #967E74

Color information

#967E74 (or 0x967E74) is unknown color: approx Hemp. HEX triplet: 96, 7E and 74. RGB value is (150,126,116). Sum of RGB (Red+Green+Blue) = 150+126+116=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #967E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E74 is #69818B. Grayscale: #848484. Windows color (decimal): -6914444 or 7634582. OLE color: 7634582.

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

Color convert

RGB150126116-
CMYK00.160.230.41
HSL17.65º13.93%52.16%-
HSV(B)17.65º22.67%58.82%-
XYZ23.1922.6719.68-
YUV132.04118.95140.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 126 (49.61% from 255) = 32.14%
BLUE value IS 116 (45.70% from 255) = 29.59%
R=38.27%
G=32.14%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012611600.160.230.4117.6513.9352.16
Hex967E74010172912e34
Octal2261761640202751221664
Binary100101101111110111010001000010111101001100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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