#94796E

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

Shades of Hemp #94796E

Tints of Hemp #94796E

Color information

#94796E (or 0x94796E) is unknown color: approx Hemp. HEX triplet: 94, 79 and 6E. RGB value is (148,121,110). Sum of RGB (Red+Green+Blue) = 148+121+110=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 148 - color contains mainly: red. Hex color #94796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94796E is #6B8691. Grayscale: #7F7F7F. Windows color (decimal): -7046802 or 7240084. OLE color: 7240084.

HSL color Cylindrical-coordinate representation of color #94796E: hue angle of 17.37º 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 #94796E is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB148121110-
CMYK00.180.260.42
HSL17.37º15.08%50.59%-
HSV(B)17.37º25.68%58.04%-
XYZ21.8621.117.67-
YUV127.82117.95142.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 121 (47.66% from 255) = 31.93%
BLUE value IS 110 (43.36% from 255) = 29.02%
R=39.05%
G=31.93%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812111000.180.260.4217.3715.0850.59
Hex94796E0121A2A11f33
Octal2241711560223252211763
Binary100101001111001110111001001011010101010100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94796E; }

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

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

<style>
 a { background-color: #94796E; }

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

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

<style>
 span { border-color: #94796E; }

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

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