#848E6F

Color #848E6F Gunsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunsmoke #848E6F

Tints of Gunsmoke #848E6F

Color information

#848E6F (or 0x848E6F) is unknown color: approx Gunsmoke. HEX triplet: 84, 8E and 6F. RGB value is (132,142,111). Sum of RGB (Red+Green+Blue) = 132+142+111=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 142 - color contains mainly: green. Hex color #848E6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848E6F is #7B7190. Grayscale: #878787. Windows color (decimal): -8090001 or 7310980. OLE color: 7310980.

HSL color Cylindrical-coordinate representation of color #848E6F: hue angle of 79.35º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #848E6F is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB132142111-
CMYK0.0700.220.44
HSL79.35º12.25%49.61%-
HSV(B)79.35º21.83%55.69%-
XYZ22.0625.418.78-
YUV135.48114.19125.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 111 (43.75% from 255) = 28.83%
R=34.29%
G=36.88%
B=28.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321421110.0700.220.4479.3512.2549.61
Hex848E6F70162C4fc32
Octal2042161577026541171462
Binary1000010010001110110111111101011010110010011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848E6F; }

 p { color: rgb(132,142,111); }

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

<style>
 a { background-color: #848E6F; }

 a { background-color: rgb(132,142,111); }

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

<style>
 span { border-color: #848E6F; }

 span { border-color: rgb(132,142,111); }

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