Html Css Color HEX #6E6D5A Flint

📋 copy color: '#6E6D5A'

red 110 ◦ green 109 ◦ blue 90

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

Shades of Flint #6E6D5A

Tints of Flint #6E6D5A

RGB

 RED value IS 110 (43.36% from 255) = 35.6%

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

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

R = 35.6%
G = 35.28%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#6E6D5A (or 0x6E6D5A) is known color: Flint. HEX triplet: 6E, 6D and 5A. RGB value is (110,109,90). Sum of RGB (Red+Green+Blue) = 110+109+90=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6D5A is #9192A5. Grayscale: #6B6B6B. Windows color (decimal): -9540262 or 5926254. OLE color: 5926254.

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

Color convert

RGB 110 109 90 -
CMYK 0 0.01 0.18 0.57
HSL 57º 0.1% 0.39% -
HSV(B) 57º 0.18% 0.43% -
XYZ 13.74 14.99 11.84 -
YUV 107.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 110 109 90 0 0.01 0.18 0.57 57 0.1 0.39
Hex 6E 6D 5A 0 1 12 39 39 A 27
Octal 156 155 132 0 1 22 71 71 12 47
Binary 1101110 1101101 1011010 0 1 10010 111001 111001 1010 100111

Color Harmonies of #6E6D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6D5A

Black with #6E6D5A

Text Example


Text Example

White with #6E6D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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