Html Css Color HEX #6F6E5C Flint

📋 copy color: '#6F6E5C'

red 111 ◦ green 110 ◦ blue 92

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

Shades of Flint #6F6E5C

Tints of Flint #6F6E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.39%

R = 35.46%
G = 35.14%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F6E5C (or 0x6F6E5C) is known color: Flint. HEX triplet: 6F, 6E and 5C. RGB value is (111,110,92). Sum of RGB (Red+Green+Blue) = 111+110+92=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6E5C is #9091A3. Grayscale: #6C6C6C. Windows color (decimal): -9474468 or 6057583. OLE color: 6057583.

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

Color convert

RGB 111 110 92 -
CMYK 0 0.01 0.17 0.56
HSL 56.84º 0.09% 0.4% -
HSV(B) 56.84º 0.17% 0.44% -
XYZ 14.06 15.3 12.34 -
YUV 108.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 111 110 92 0 0.01 0.17 0.56 56.84 0.09 0.4
Hex 6F 6E 5C 0 1 11 38 39 9 28
Octal 157 156 134 0 1 21 70 71 11 50
Binary 1101111 1101110 1011100 0 1 10001 111000 111001 1001 101000

Color Harmonies of #6F6E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6E5C

Black with #6F6E5C

Text Example


Text Example

White with #6F6E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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