#848682

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

Shades of Gunsmoke #848682

Tints of Gunsmoke #848682

Color information

#848682 (or 0x848682) is unknown color: approx Gunsmoke. HEX triplet: 84, 86 and 82. RGB value is (132,134,130). Sum of RGB (Red+Green+Blue) = 132+134+130=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 134 - color contains mainly: green. Hex color #848682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848682 is #7B797D. Grayscale: #848484. Windows color (decimal): -8092030 or 8554116. OLE color: 8554116.

HSL color Cylindrical-coordinate representation of color #848682: hue angle of 90º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #848682 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB132134130-
CMYK0.0100.030.47
HSL90º1.63%51.76%-
HSV(B)90º2.99%52.55%-
XYZ22.0723.5724.5-
YUV132.95126.34127.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.33%
GREEN value IS 134 (52.73% from 255) = 33.84%
BLUE value IS 130 (51.17% from 255) = 32.83%
R=33.33%
G=33.84%
B=32.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321341300.0100.030.47901.6351.76
Hex8486821032F5a234
Octal20420620210357132264
Binary1000010010000110100000101011101111101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848682; }

 p { color: rgb(132,134,130); }

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

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

 a { background-color: rgb(132,134,130); }

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

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

 span { border-color: rgb(132,134,130); }

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