Html Css Color HEX #6D6A5A Flint

📋 copy color: '#6D6A5A'

red 109 ◦ green 106 ◦ blue 90

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

Shades of Flint #6D6A5A

Tints of Flint #6D6A5A

RGB

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

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

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

R = 35.74%
G = 34.75%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D6A5A (or 0x6D6A5A) is known color: Flint. HEX triplet: 6D, 6A and 5A. RGB value is (109,106,90). Sum of RGB (Red+Green+Blue) = 109+106+90=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6A5A is #9295A5. Grayscale: #696969. Windows color (decimal): -9606566 or 5925485. OLE color: 5925485.

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

Color convert

RGB 109 106 90 -
CMYK 0 0.03 0.17 0.57
HSL 50.53º 0.1% 0.39% -
HSV(B) 50.53º 0.17% 0.43% -
XYZ 13.31 14.3 11.73 -
YUV 105.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 109 106 90 0 0.03 0.17 0.57 50.53 0.1 0.39
Hex 6D 6A 5A 0 3 11 39 33 A 27
Octal 155 152 132 0 3 21 71 63 12 47
Binary 1101101 1101010 1011010 0 11 10001 111001 110011 1010 100111

Color Harmonies of #6D6A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6A5A

Black with #6D6A5A

Text Example


Text Example

White with #6D6A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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