#818971

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

Shades of Gunsmoke #818971

Tints of Gunsmoke #818971

Color information

#818971 (or 0x818971) is unknown color: approx Gunsmoke. HEX triplet: 81, 89 and 71. RGB value is (129,137,113). Sum of RGB (Red+Green+Blue) = 129+137+113=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 137 - color contains mainly: green. Hex color #818971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818971 is #7E768E. Grayscale: #838383. Windows color (decimal): -8287887 or 7440769. OLE color: 7440769.

HSL color Cylindrical-coordinate representation of color #818971: hue angle of 80º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #818971 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB129137113-
CMYK0.0600.180.46
HSL80º9.6%49.02%-
HSV(B)80º17.52%53.73%-
XYZ20.9823.7519.1-
YUV131.87117.35125.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.04%
GREEN value IS 137 (53.91% from 255) = 36.15%
BLUE value IS 113 (44.53% from 255) = 29.82%
R=34.04%
G=36.15%
B=29.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291371130.0600.180.46809.649.02
Hex81897160122E50a31
Octal2012111616022561201261
Binary1000000110001001111000111001001010111010100001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818971; }

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

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

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

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

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

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

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

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