Html Css Color HEX #6D6A5E Flint

📋 copy color: '#6D6A5E'

red 109 ◦ green 106 ◦ blue 94

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

Shades of Flint #6D6A5E

Tints of Flint #6D6A5E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.3%

 BLUE value IS 94 (37.11% from 255) = 30.42%

R = 35.28%
G = 34.3%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6D6A5E (or 0x6D6A5E) is known color: Flint. HEX triplet: 6D, 6A and 5E. RGB value is (109,106,94). Sum of RGB (Red+Green+Blue) = 109+106+94=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6A5E is #9295A1. Grayscale: #696969. Windows color (decimal): -9606562 or 6187629. OLE color: 6187629.

HSL color Cylindrical-coordinate representation of color #6D6A5E: hue angle of 48º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6D6A5E is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 106 94 -
CMYK 0 0.03 0.14 0.57
HSL 48º 0.07% 0.4% -
HSV(B) 48º 0.14% 0.43% -
XYZ 13.48 14.37 12.65 -
YUV 105.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 109 106 94 0 0.03 0.14 0.57 48 0.07 0.4
Hex 6D 6A 5E 0 3 E 39 30 7 28
Octal 155 152 136 0 3 16 71 60 7 50
Binary 1101101 1101010 1011110 0 11 1110 111001 110000 111 101000

Color Harmonies of #6D6A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6A5E

Black with #6D6A5E

Text Example


Text Example

White with #6D6A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,106,94); }

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

background-color css

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

 a { background-color: rgb(109,106,94); }

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

border-color css

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

 span { border-color: rgb(109,106,94); }

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