Html Css Color HEX #6E6A5F Flint

📋 copy color: '#6E6A5F'

red 110 ◦ green 106 ◦ blue 95

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

Shades of Flint #6E6A5F

Tints of Flint #6E6A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.55%

R = 35.37%
G = 34.08%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6E6A5F (or 0x6E6A5F) is known color: Flint. HEX triplet: 6E, 6A and 5F. RGB value is (110,106,95). Sum of RGB (Red+Green+Blue) = 110+106+95=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6A5F is #9195A0. Grayscale: #696969. Windows color (decimal): -9541025 or 6253166. OLE color: 6253166.

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

Color convert

RGB 110 106 95 -
CMYK 0 0.04 0.14 0.57
HSL 44º 0.07% 0.4% -
HSV(B) 44º 0.14% 0.43% -
XYZ 13.65 14.45 12.9 -
YUV 105.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 110 106 95 0 0.04 0.14 0.57 44 0.07 0.4
Hex 6E 6A 5F 0 4 E 39 2C 7 28
Octal 156 152 137 0 4 16 71 54 7 50
Binary 1101110 1101010 1011111 0 100 1110 111001 101100 111 101000

Color Harmonies of #6E6A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6A5F

Black with #6E6A5F

Text Example


Text Example

White with #6E6A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,106,95); }

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

background-color css

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

 a { background-color: rgb(110,106,95); }

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

border-color css

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

 span { border-color: rgb(110,106,95); }

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