Html Css Color HEX #6D695B Flint

📋 copy color: '#6D695B'

red 109 ◦ green 105 ◦ blue 91

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

Shades of Flint #6D695B

Tints of Flint #6D695B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.84%

R = 35.74%
G = 34.43%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D695B (or 0x6D695B) is known color: Flint. HEX triplet: 6D, 69 and 5B. RGB value is (109,105,91). Sum of RGB (Red+Green+Blue) = 109+105+91=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 109 - color contains mainly: red. Hex color #6D695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D695B is #9296A4. Grayscale: #686868. Windows color (decimal): -9606821 or 5990765. OLE color: 5990765.

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

Color convert

RGB 109 105 91 -
CMYK 0 0.04 0.17 0.57
HSL 46.67º 0.09% 0.39% -
HSV(B) 46.67º 0.17% 0.43% -
XYZ 13.25 14.11 11.92 -
YUV 104.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 109 105 91 0 0.04 0.17 0.57 46.67 0.09 0.39
Hex 6D 69 5B 0 4 11 39 2F 9 27
Octal 155 151 133 0 4 21 71 57 11 47
Binary 1101101 1101001 1011011 0 100 10001 111001 101111 1001 100111

Color Harmonies of #6D695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D695B

Black with #6D695B

Text Example


Text Example

White with #6D695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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