Html Css Color HEX #6F6D63 Flint

📋 copy color: '#6F6D63'

red 111 ◦ green 109 ◦ blue 99

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

Shades of Flint #6F6D63

Tints of Flint #6F6D63

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.17%

 BLUE value IS 99 (39.06% from 255) = 31.03%

R = 34.8%
G = 34.17%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F6D63 (or 0x6F6D63) is known color: Flint. HEX triplet: 6F, 6D and 63. RGB value is (111,109,99). Sum of RGB (Red+Green+Blue) = 111+109+99=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6D63 is #90929C. Grayscale: #6C6C6C. Windows color (decimal): -9474717 or 6516079. OLE color: 6516079.

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

Color convert

RGB 111 109 99 -
CMYK 0 0.02 0.11 0.56
HSL 50º 0.06% 0.41% -
HSV(B) 50º 0.11% 0.44% -
XYZ 14.28 15.22 13.99 -
YUV 108.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 111 109 99 0 0.02 0.11 0.56 50 0.06 0.41
Hex 6F 6D 63 0 2 B 38 32 6 29
Octal 157 155 143 0 2 13 70 62 6 51
Binary 1101111 1101101 1100011 0 10 1011 111000 110010 110 101001

Color Harmonies of #6F6D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6D63

Black with #6F6D63

Text Example


Text Example

White with #6F6D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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