#80866E

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

Shades of Gunsmoke #80866E

Tints of Gunsmoke #80866E

Color information

#80866E (or 0x80866E) is unknown color: approx Gunsmoke. HEX triplet: 80, 86 and 6E. RGB value is (128,134,110). Sum of RGB (Red+Green+Blue) = 128+134+110=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 134 - color contains mainly: green. Hex color #80866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80866E is #7F7991. Grayscale: #818181. Windows color (decimal): -8354194 or 7243392. OLE color: 7243392.

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

Color convert

RGB128134110-
CMYK0.0400.180.47
HSL75º9.84%47.84%-
HSV(B)75º17.91%52.55%-
XYZ20.2422.7718.08-
YUV129.47117.01126.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.41%
GREEN value IS 134 (52.73% from 255) = 36.02%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=34.41%
G=36.02%
B=29.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281341100.0400.180.47759.8447.84
Hex80866E40122F4ba30
Octal2002061564022571131260
Binary1000000010000110110111010001001010111110010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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