#858683

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

Shades of Gunsmoke #858683

Tints of Gunsmoke #858683

Color information

#858683 (or 0x858683) is unknown color: approx Gunsmoke. HEX triplet: 85, 86 and 83. RGB value is (133,134,131). Sum of RGB (Red+Green+Blue) = 133+134+131=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 134 - color contains mainly: green. Hex color #858683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858683 is #7A797C. Grayscale: #858585. Windows color (decimal): -8026493 or 8619653. OLE color: 8619653.

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

Color convert

RGB133134131-
CMYK0.0100.020.47
HSL80º1.22%51.96%-
HSV(B)80º2.24%52.55%-
XYZ22.2923.6824.87-
YUV133.36126.67127.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.42%
GREEN value IS 134 (52.73% from 255) = 33.67%
BLUE value IS 131 (51.56% from 255) = 32.91%
R=33.42%
G=33.67%
B=32.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331341310.0100.020.47801.2251.96
Hex8586831022F50134
Octal20520620310257120164
Binary100001011000011010000011101010111110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858683; }

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

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

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

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

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

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

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

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