#80866D

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

Shades of Gunsmoke #80866D

Tints of Gunsmoke #80866D

Color information

#80866D (or 0x80866D) is unknown color: approx Gunsmoke. HEX triplet: 80, 86 and 6D. RGB value is (128,134,109). Sum of RGB (Red+Green+Blue) = 128+134+109=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 134 - color contains mainly: green. Hex color #80866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80866D is #7F7992. Grayscale: #818181. Windows color (decimal): -8354195 or 7177856. OLE color: 7177856.

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

Color convert

RGB128134109-
CMYK0.0400.190.47
HSL74.4º10.29%47.65%-
HSV(B)74.4º18.66%52.55%-
XYZ20.1922.7417.79-
YUV129.36116.51127.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.50%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 109 (42.97% from 255) = 29.38%
R=34.50%
G=36.12%
B=29.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281341090.0400.190.4774.410.2947.65
Hex80866D40132F4aa30
Octal2002061554023571121260
Binary1000000010000110110110110001001110111110010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80866D; }

 p { color: rgb(128,134,109); }

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

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

 a { background-color: rgb(128,134,109); }

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

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

 span { border-color: rgb(128,134,109); }

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