#838680

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

Shades of Gunsmoke #838680

Tints of Gunsmoke #838680

Color information

#838680 (or 0x838680) is unknown color: approx Gunsmoke. HEX triplet: 83, 86 and 80. RGB value is (131,134,128). Sum of RGB (Red+Green+Blue) = 131+134+128=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 134 - color contains mainly: green. Hex color #838680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838680 is #7C797F. Grayscale: #848484. Windows color (decimal): -8157568 or 8423043. OLE color: 8423043.

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

Color convert

RGB131134128-
CMYK0.0200.040.47
HSL90º2.42%51.37%-
HSV(B)90º4.48%52.55%-
XYZ21.7823.4323.8-
YUV132.42125.51126.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.33%
GREEN value IS 134 (52.73% from 255) = 34.10%
BLUE value IS 128 (50.39% from 255) = 32.57%
R=33.33%
G=34.10%
B=32.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311341280.0200.040.47902.4251.37
Hex8386802042F5a233
Octal20320620020457132263
Binary100000111000011010000000100100101111101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838680; }

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

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

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

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

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

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

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

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