#858684

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

Shades of Gunsmoke #858684

Tints of Gunsmoke #858684

Color information

#858684 (or 0x858684) is unknown color: approx Gunsmoke. HEX triplet: 85, 86 and 84. RGB value is (133,134,132). Sum of RGB (Red+Green+Blue) = 133+134+132=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 134 - color contains mainly: green. Hex color #858684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858684 is #7A797B. Grayscale: #858585. Windows color (decimal): -8026492 or 8685189. OLE color: 8685189.

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

Color convert

RGB133134132-
CMYK0.0100.010.47
HSL90º0.82%52.16%-
HSV(B)90º1.49%52.55%-
XYZ22.3623.725.23-
YUV133.47127.17127.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.33%
GREEN value IS 134 (52.73% from 255) = 33.58%
BLUE value IS 132 (51.95% from 255) = 33.08%
R=33.33%
G=33.58%
B=33.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331341320.0100.010.47900.8252.16
Hex8586841012F5a134
Octal20520620410157132164
Binary10000101100001101000010010110111110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858684; }

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

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

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

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

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

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

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

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