Html Css Color HEX #6D695C Flint

📋 copy color: '#6D695C'

red 109 ◦ green 105 ◦ blue 92

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

Shades of Flint #6D695C

Tints of Flint #6D695C

RGB

 RED value IS 109 (42.97% from 255) = 35.62%

 GREEN value IS 105 (41.41% from 255) = 34.31%

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

R = 35.62%
G = 34.31%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6D695C (or 0x6D695C) is known color: Flint. HEX triplet: 6D, 69 and 5C. RGB value is (109,105,92). Sum of RGB (Red+Green+Blue) = 109+105+92=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 109 - color contains mainly: red. Hex color #6D695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D695C is #9296A3. Grayscale: #686868. Windows color (decimal): -9606820 or 6056301. OLE color: 6056301.

HSL color Cylindrical-coordinate representation of color #6D695C: hue angle of 45.88º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D695C is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 105 92 -
CMYK 0 0.04 0.16 0.57
HSL 45.88º 0.08% 0.39% -
HSV(B) 45.88º 0.16% 0.43% -
XYZ 13.29 14.13 12.15 -
YUV 104.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 109 105 92 0 0.04 0.16 0.57 45.88 0.08 0.39
Hex 6D 69 5C 0 4 10 39 2E 8 27
Octal 155 151 134 0 4 20 71 56 10 47
Binary 1101101 1101001 1011100 0 100 10000 111001 101110 1000 100111

Color Harmonies of #6D695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D695C

Black with #6D695C

Text Example


Text Example

White with #6D695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,105,92); }

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

background-color css

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

 a { background-color: rgb(109,105,92); }

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

border-color css

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

 span { border-color: rgb(109,105,92); }

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