#947C6E

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

Shades of Hemp #947C6E

Tints of Hemp #947C6E

Color information

#947C6E (or 0x947C6E) is unknown color: approx Hemp. HEX triplet: 94, 7C and 6E. RGB value is (148,124,110). Sum of RGB (Red+Green+Blue) = 148+124+110=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #947C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C6E is #6B8391. Grayscale: #818181. Windows color (decimal): -7046034 or 7240852. OLE color: 7240852.

HSL color Cylindrical-coordinate representation of color #947C6E: hue angle of 22.11º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #947C6E is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB148124110-
CMYK00.160.260.42
HSL22.11º15.08%50.59%-
HSV(B)22.11º25.68%58.04%-
XYZ22.2321.8417.79-
YUV129.58116.95141.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.74%
GREEN value IS 124 (48.83% from 255) = 32.46%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=38.74%
G=32.46%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812411000.160.260.4222.1115.0850.59
Hex947C6E0101A2A16f33
Octal2241741560203252261763
Binary100101001111100110111001000011010101010101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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