Html Css Color HEX #6D695A Flint

📋 copy color: '#6D695A'

red 109 ◦ green 105 ◦ blue 90

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

Shades of Flint #6D695A

Tints of Flint #6D695A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.61%

R = 35.86%
G = 34.54%
B = 29.61%

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

#6D695A (or 0x6D695A) is known color: Flint. HEX triplet: 6D, 69 and 5A. RGB value is (109,105,90). Sum of RGB (Red+Green+Blue) = 109+105+90=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 109 - color contains mainly: red. Hex color #6D695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D695A is #9296A5. Grayscale: #686868. Windows color (decimal): -9606822 or 5925229. OLE color: 5925229.

HSL color Cylindrical-coordinate representation of color #6D695A: hue angle of 47.37º degrees, saturation: 0.1, 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 #6D695A is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 105 90 -
CMYK 0 0.04 0.17 0.57
HSL 47.37º 0.1% 0.39% -
HSV(B) 47.37º 0.17% 0.43% -
XYZ 13.2 14.09 11.7 -
YUV 104.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 109 105 90 0 0.04 0.17 0.57 47.37 0.1 0.39
Hex 6D 69 5A 0 4 11 39 2F A 27
Octal 155 151 132 0 4 21 71 57 12 47
Binary 1101101 1101001 1011010 0 100 10001 111001 101111 1010 100111

Color Harmonies of #6D695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D695A

Black with #6D695A

Text Example


Text Example

White with #6D695A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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