#818671

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

Shades of Gunsmoke #818671

Tints of Gunsmoke #818671

Color information

#818671 (or 0x818671) is unknown color: approx Gunsmoke. HEX triplet: 81, 86 and 71. RGB value is (129,134,113). Sum of RGB (Red+Green+Blue) = 129+134+113=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 134 - color contains mainly: green. Hex color #818671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818671 is #7E798E. Grayscale: #828282. Windows color (decimal): -8288655 or 7440001. OLE color: 7440001.

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

Color convert

RGB129134113-
CMYK0.0400.160.47
HSL74.29º8.5%48.43%-
HSV(B)74.29º15.67%52.55%-
XYZ20.5622.9118.96-
YUV130.11118.34127.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.31%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 113 (44.53% from 255) = 30.05%
R=34.31%
G=35.64%
B=30.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291341130.0400.160.4774.298.548.43
Hex81867140102F4a930
Octal2012061614020571121160
Binary1000000110000110111000110001000010111110010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818671; }

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

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

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

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

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

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

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

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