#947A6C

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

Shades of Hemp #947A6C

Tints of Hemp #947A6C

Color information

#947A6C (or 0x947A6C) is unknown color: approx Hemp. HEX triplet: 94, 7A and 6C. RGB value is (148,122,108). Sum of RGB (Red+Green+Blue) = 148+122+108=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #947A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947A6C is #6B8593. Grayscale: #808080. Windows color (decimal): -7046548 or 7109268. OLE color: 7109268.

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

Color convert

RGB148122108-
CMYK00.180.270.42
HSL21º15.75%50.2%-
HSV(B)21º27.03%58.04%-
XYZ21.8821.317.15-
YUV128.18116.61142.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.15%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 108 (42.58% from 255) = 28.57%
R=39.15%
G=32.28%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812210800.180.270.422115.7550.2
Hex947A6C0121B2A151032
Octal2241721540223352252062
Binary1001010011110101101100010010110111010101010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,122,108); }

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

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

 a { background-color: rgb(148,122,108); }

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

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

 span { border-color: rgb(148,122,108); }

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