#808A68

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

Shades of Gunsmoke #808A68

Tints of Gunsmoke #808A68

Color information

#808A68 (or 0x808A68) is unknown color: approx Gunsmoke. HEX triplet: 80, 8A and 68. RGB value is (128,138,104). Sum of RGB (Red+Green+Blue) = 128+138+104=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 138 - color contains mainly: green. Hex color #808A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A68 is #7F7597. Grayscale: #838383. Windows color (decimal): -8353176 or 6851200. OLE color: 6851200.

HSL color Cylindrical-coordinate representation of color #808A68: hue angle of 77.65º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #808A68 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB128138104-
CMYK0.0700.250.46
HSL77.65º14.05%47.45%-
HSV(B)77.65º24.64%54.12%-
XYZ20.4923.7716.6-
YUV131.13112.69125.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.59%
GREEN value IS 138 (54.30% from 255) = 37.30%
BLUE value IS 104 (41.02% from 255) = 28.11%
R=34.59%
G=37.30%
B=28.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281381040.0700.250.4677.6514.0547.45
Hex808A6870192E4ee2f
Octal2002121507031561161657
Binary1000000010001010110100011101100110111010011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808A68; }

 p { color: rgb(128,138,104); }

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

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

 a { background-color: rgb(128,138,104); }

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

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

 span { border-color: rgb(128,138,104); }

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