#838679

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

Shades of Gunsmoke #838679

Tints of Gunsmoke #838679

Color information

#838679 (or 0x838679) is unknown color: approx Gunsmoke. HEX triplet: 83, 86 and 79. RGB value is (131,134,121). Sum of RGB (Red+Green+Blue) = 131+134+121=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 134 - color contains mainly: green. Hex color #838679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838679 is #7C7986. Grayscale: #838383. Windows color (decimal): -8157575 or 7964291. OLE color: 7964291.

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

Color convert

RGB131134121-
CMYK0.0200.100.47
HSL73.85º5.1%50%-
HSV(B)73.85º9.7%52.55%-
XYZ21.3423.2621.45-
YUV131.62122.01127.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.94%
GREEN value IS 134 (52.73% from 255) = 34.72%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=33.94%
G=34.72%
B=31.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311341210.0200.100.4773.855.150
Hex83867920A2F4a532
Octal203206171201257112562
Binary1000001110000110111100110010101011111001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838679; }

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

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

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

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

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

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

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

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