#818679

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

Shades of Gunsmoke #818679

Tints of Gunsmoke #818679

Color information

#818679 (or 0x818679) is unknown color: approx Gunsmoke. HEX triplet: 81, 86 and 79. RGB value is (129,134,121). Sum of RGB (Red+Green+Blue) = 129+134+121=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 134 - color contains mainly: green. Hex color #818679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818679 is #7E7986. Grayscale: #838383. Windows color (decimal): -8288647 or 7964289. OLE color: 7964289.

HSL color Cylindrical-coordinate representation of color #818679: hue angle of 83.08º 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 #818679 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB129134121-
CMYK0.0400.100.47
HSL83.08º5.1%50%-
HSV(B)83.08º9.7%52.55%-
XYZ21.0323.121.44-
YUV131.02122.34126.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.59%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 121 (47.66% from 255) = 31.51%
R=33.59%
G=34.90%
B=31.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291341210.0400.100.4783.085.150
Hex81867940A2F53532
Octal201206171401257123562
Binary10000001100001101111001100010101011111010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818679; }

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

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

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

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

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

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

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

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