#869071

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

Shades of Gunsmoke #869071

Tints of Gunsmoke #869071

Color information

#869071 (or 0x869071) is unknown color: approx Gunsmoke. HEX triplet: 86, 90 and 71. RGB value is (134,144,113). Sum of RGB (Red+Green+Blue) = 134+144+113=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 144 - color contains mainly: green. Hex color #869071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869071 is #796F8E. Grayscale: #898989. Windows color (decimal): -7958415 or 7442566. OLE color: 7442566.

HSL color Cylindrical-coordinate representation of color #869071: hue angle of 79.35º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #869071 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB134144113-
CMYK0.0700.220.44
HSL79.35º12.25%50.39%-
HSV(B)79.35º21.53%56.47%-
XYZ22.7926.2119.48-
YUV137.48114.19125.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.27%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=34.27%
G=36.83%
B=28.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341441130.0700.220.4479.3512.2550.39
Hex86907170162C4fc32
Octal2062201617026541171462
Binary1000011010010000111000111101011010110010011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869071; }

 p { color: rgb(134,144,113); }

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

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

 a { background-color: rgb(134,144,113); }

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

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

 span { border-color: rgb(134,144,113); }

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