#967C6E

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

Shades of Hemp #967C6E

Tints of Hemp #967C6E

Color information

#967C6E (or 0x967C6E) is unknown color: approx Hemp. HEX triplet: 96, 7C and 6E. RGB value is (150,124,110). Sum of RGB (Red+Green+Blue) = 150+124+110=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #967C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C6E is #698391. Grayscale: #828282. Windows color (decimal): -6914962 or 7240854. OLE color: 7240854.

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

Color convert

RGB150124110-
CMYK00.170.270.41
HSL21º16%50.98%-
HSV(B)21º26.67%58.82%-
XYZ22.622.0317.81-
YUV130.18116.61142.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 124 (48.83% from 255) = 32.29%
BLUE value IS 110 (43.36% from 255) = 28.65%
R=39.06%
G=32.29%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012411000.170.270.41211650.98
Hex967C6E0111B29151033
Octal2261741560213351252063
Binary1001011011111001101110010001110111010011010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,124,110); }

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

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

 a { background-color: rgb(150,124,110); }

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

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

 span { border-color: rgb(150,124,110); }

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