Html Css Color HEX #6F706D Gunsmoke

📋 copy color: '#6F706D'

red 111 ◦ green 112 ◦ blue 109

#6F706D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gunsmoke #6F706D

Tints of Gunsmoke #6F706D

RGB

 RED value IS 111 (43.75% from 255) = 33.43%

 GREEN value IS 112 (44.14% from 255) = 33.73%

 BLUE value IS 109 (42.97% from 255) = 32.83%

R = 33.43%
G = 33.73%
B = 32.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#6F706D (or 0x6F706D) is known color: Gunsmoke. HEX triplet: 6F, 70 and 6D. RGB value is (111,112,109). Sum of RGB (Red+Green+Blue) = 111+112+109=332 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.43% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 112 - color contains mainly: green. Hex color #6F706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F706D is #908F92. Grayscale: #6F6F6F. Windows color (decimal): -9473939 or 7172207. OLE color: 7172207.

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

Color convert

RGB 111 112 109 -
CMYK 0.01 0 0.03 0.56
HSL 80º 0.01% 0.43% -
HSV(B) 80º 0.03% 0.44% -
XYZ 15.11 16.07 16.77 -
YUV 111.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 111 112 109 0.01 0 0.03 0.56 80 0.01 0.43
Hex 6F 70 6D 1 0 3 38 50 1 2B
Octal 157 160 155 1 0 3 70 120 1 53
Binary 1101111 1110000 1101101 1 0 11 111000 1010000 1 101011

Color Harmonies of #6F706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F706D

Black with #6F706D

Text Example


Text Example

White with #6F706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,112,109); }

 H1.HeaderClassName
 {
   color: #6F706D;
 }
 .AnyTagClassName
 {
   color: #6F706D;
 }
</style>

background-color css

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

 a { background-color: rgb(111,112,109); }

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

border-color css

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

 span { border-color: rgb(111,112,109); }

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