#6F716A

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

Shades of Gunsmoke #6F716A

Tints of Gunsmoke #6F716A

Color information

#6F716A (or 0x6F716A) is unknown color: approx Gunsmoke. HEX triplet: 6F, 71 and 6A. RGB value is (111,113,106). Sum of RGB (Red+Green+Blue) = 111+113+106=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 113 - color contains mainly: green. Hex color #6F716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F716A is #908E95. Grayscale: #6F6F6F. Windows color (decimal): -9473686 or 6975855. OLE color: 6975855.

HSL color Cylindrical-coordinate representation of color #6F716A: hue angle of 77.14º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6F716A is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB111113106-
CMYK0.0200.060.56
HSL77.14º3.2%42.94%-
HSV(B)77.14º6.19%44.31%-
XYZ15.0616.2315.97-
YUV111.6124.84127.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.64%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=33.64%
G=34.24%
B=32.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111131060.0200.060.5677.143.242.94
Hex6F716A206384d32b
Octal15716115220670115353
Binary110111111100011101010100110111000100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F716A; }

 p { color: rgb(111,113,106); }

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

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

 a { background-color: rgb(111,113,106); }

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

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

 span { border-color: rgb(111,113,106); }

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