Html Css Color HEX #6F706C Gunsmoke

📋 copy color: '#6F706C'

red 111 ◦ green 112 ◦ blue 108

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

Shades of Gunsmoke #6F706C

Tints of Gunsmoke #6F706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 33.53%
G = 33.84%
B = 32.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#6F706C (or 0x6F706C) is known color: Gunsmoke. HEX triplet: 6F, 70 and 6C. RGB value is (111,112,108). Sum of RGB (Red+Green+Blue) = 111+112+108=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 112 - color contains mainly: green. Hex color #6F706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F706C is #908F93. Grayscale: #6F6F6F. Windows color (decimal): -9473940 or 7106671. OLE color: 7106671.

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

Color convert

RGB 111 112 108 -
CMYK 0.01 0 0.04 0.56
HSL 75º 0.02% 0.43% -
HSV(B) 75º 0.04% 0.44% -
XYZ 15.06 16.05 16.49 -
YUV 111.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 111 112 108 0.01 0 0.04 0.56 75 0.02 0.43
Hex 6F 70 6C 1 0 4 38 4B 2 2B
Octal 157 160 154 1 0 4 70 113 2 53
Binary 1101111 1110000 1101100 1 0 100 111000 1001011 10 101011

Color Harmonies of #6F706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F706C

Black with #6F706C

Text Example


Text Example

White with #6F706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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