#818A71

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

Shades of Gunsmoke #818A71

Tints of Gunsmoke #818A71

Color information

#818A71 (or 0x818A71) is unknown color: approx Gunsmoke. HEX triplet: 81, 8A and 71. RGB value is (129,138,113). Sum of RGB (Red+Green+Blue) = 129+138+113=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 138 - color contains mainly: green. Hex color #818A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818A71 is #7E758E. Grayscale: #848484. Windows color (decimal): -8287631 or 7441025. OLE color: 7441025.

HSL color Cylindrical-coordinate representation of color #818A71: hue angle of 81.6º 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 #818A71 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB129138113-
CMYK0.0700.180.46
HSL81.6º9.96%49.22%-
HSV(B)81.6º18.12%54.12%-
XYZ21.1224.0419.15-
YUV132.46117.02125.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.95%
GREEN value IS 138 (54.30% from 255) = 36.32%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=33.95%
G=36.32%
B=29.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291381130.0700.180.4681.69.9649.22
Hex818A7170122E52a31
Octal2012121617022561221261
Binary1000000110001010111000111101001010111010100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818A71; }

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

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

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

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

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

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

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

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