#80896C

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

Shades of Gunsmoke #80896C

Tints of Gunsmoke #80896C

Color information

#80896C (or 0x80896C) is unknown color: approx Gunsmoke. HEX triplet: 80, 89 and 6C. RGB value is (128,137,108). Sum of RGB (Red+Green+Blue) = 128+137+108=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 137 - color contains mainly: green. Hex color #80896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80896C is #7F7693. Grayscale: #838383. Windows color (decimal): -8353428 or 7113088. OLE color: 7113088.

HSL color Cylindrical-coordinate representation of color #80896C: hue angle of 78.62º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #80896C is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB128137108-
CMYK0.0700.210.46
HSL78.62º11.84%48.04%-
HSV(B)78.62º21.17%53.73%-
XYZ20.5523.5617.65-
YUV131115.02125.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.32%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=34.32%
G=36.73%
B=28.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281371080.0700.210.4678.6211.8448.04
Hex80896C70152E4fc30
Octal2002111547025561171460
Binary1000000010001001110110011101010110111010011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80896C; }

 p { color: rgb(128,137,108); }

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

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

 a { background-color: rgb(128,137,108); }

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

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

 span { border-color: rgb(128,137,108); }

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