#947A6F

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

Shades of Hemp #947A6F

Tints of Hemp #947A6F

Color information

#947A6F (or 0x947A6F) is unknown color: approx Hemp. HEX triplet: 94, 7A and 6F. RGB value is (148,122,111). Sum of RGB (Red+Green+Blue) = 148+122+111=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 148 - color contains mainly: red. Hex color #947A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947A6F is #6B8590. Grayscale: #808080. Windows color (decimal): -7046545 or 7305876. OLE color: 7305876.

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

Color convert

RGB148122111-
CMYK00.180.250.42
HSL17.84º14.74%50.78%-
HSV(B)17.84º25%58.04%-
XYZ22.0421.3618-
YUV128.52118.11141.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.85%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=38.85%
G=32.02%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812211100.180.250.4217.8414.7450.78
Hex947A6F012192A12f33
Octal2241721570223152221763
Binary100101001111010110111101001011001101010100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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