Html Css Color HEX #6F6E60 Flint

📋 copy color: '#6F6E60'

red 111 ◦ green 110 ◦ blue 96

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

Shades of Flint #6F6E60

Tints of Flint #6F6E60

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.7%

 BLUE value IS 96 (37.89% from 255) = 30.28%

R = 35.02%
G = 34.7%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F6E60 (or 0x6F6E60) is known color: Flint. HEX triplet: 6F, 6E and 60. RGB value is (111,110,96). Sum of RGB (Red+Green+Blue) = 111+110+96=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6E60 is #90919F. Grayscale: #6C6C6C. Windows color (decimal): -9474464 or 6319727. OLE color: 6319727.

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

Color convert

RGB 111 110 96 -
CMYK 0 0.01 0.14 0.56
HSL 56º 0.07% 0.41% -
HSV(B) 56º 0.14% 0.44% -
XYZ 14.24 15.38 13.28 -
YUV 108.7 120.83 129.64 -
System Red Green Blue C M Y K H S L
Decimal 111 110 96 0 0.01 0.14 0.56 56 0.07 0.41
Hex 6F 6E 60 0 1 E 38 38 7 29
Octal 157 156 140 0 1 16 70 70 7 51
Binary 1101111 1101110 1100000 0 1 1110 111000 111000 111 101001

Color Harmonies of #6F6E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6E60

Black with #6F6E60

Text Example


Text Example

White with #6F6E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,110,96); }

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

background-color css

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

 a { background-color: rgb(111,110,96); }

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

border-color css

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

 span { border-color: rgb(111,110,96); }

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