#947C6F

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

Shades of Hemp #947C6F

Tints of Hemp #947C6F

Color information

#947C6F (or 0x947C6F) is unknown color: approx Hemp. HEX triplet: 94, 7C and 6F. RGB value is (148,124,111). Sum of RGB (Red+Green+Blue) = 148+124+111=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 148 - color contains mainly: red. Hex color #947C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C6F is #6B8390. Grayscale: #818181. Windows color (decimal): -7046033 or 7306388. OLE color: 7306388.

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

Color convert

RGB148124111-
CMYK00.160.250.42
HSL21.08º14.74%50.78%-
HSV(B)21.08º25%58.04%-
XYZ22.2921.8618.08-
YUV129.69117.45141.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.64%
GREEN value IS 124 (48.83% from 255) = 32.38%
BLUE value IS 111 (43.75% from 255) = 28.98%
R=38.64%
G=32.38%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812411100.160.250.4221.0814.7450.78
Hex947C6F010192A15f33
Octal2241741570203152251763
Binary100101001111100110111101000011001101010101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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