#869073

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

Shades of Gunsmoke #869073

Tints of Gunsmoke #869073

Color information

#869073 (or 0x869073) is unknown color: approx Gunsmoke. HEX triplet: 86, 90 and 73. RGB value is (134,144,115). Sum of RGB (Red+Green+Blue) = 134+144+115=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 144 - color contains mainly: green. Hex color #869073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869073 is #796F8C. Grayscale: #898989. Windows color (decimal): -7958413 or 7573638. OLE color: 7573638.

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

Color convert

RGB134144115-
CMYK0.0700.200.44
HSL80.69º11.55%50.78%-
HSV(B)80.69º20.14%56.47%-
XYZ22.926.2520.08-
YUV137.7115.19125.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.10%
GREEN value IS 144 (56.64% from 255) = 36.64%
BLUE value IS 115 (45.31% from 255) = 29.26%
R=34.10%
G=36.64%
B=29.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341441150.0700.200.4480.6911.5550.78
Hex86907370142C51c33
Octal2062201637024541211463
Binary1000011010010000111001111101010010110010100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869073; }

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

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

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

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

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

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

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

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