#818673

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

Shades of Gunsmoke #818673

Tints of Gunsmoke #818673

Color information

#818673 (or 0x818673) is unknown color: approx Gunsmoke. HEX triplet: 81, 86 and 73. RGB value is (129,134,115). Sum of RGB (Red+Green+Blue) = 129+134+115=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 134 - color contains mainly: green. Hex color #818673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818673 is #7E798C. Grayscale: #828282. Windows color (decimal): -8288653 or 7571073. OLE color: 7571073.

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

Color convert

RGB129134115-
CMYK0.0400.140.47
HSL75.79º7.63%48.82%-
HSV(B)75.79º14.18%52.55%-
XYZ20.6722.9619.56-
YUV130.34119.34127.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.13%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=34.13%
G=35.45%
B=30.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291341150.0400.140.4775.797.6348.82
Hex81867340E2F4c831
Octal2012061634016571141061
Binary100000011000011011100111000111010111110011001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818673; }

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

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

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

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

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

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

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

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