Html Css Color HEX #6E6C60 Flint

📋 copy color: '#6E6C60'

red 110 ◦ green 108 ◦ blue 96

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

Shades of Flint #6E6C60

Tints of Flint #6E6C60

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.39%

 BLUE value IS 96 (37.89% from 255) = 30.57%

R = 35.03%
G = 34.39%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6E6C60 (or 0x6E6C60) is known color: Flint. HEX triplet: 6E, 6C and 60. RGB value is (110,108,96). Sum of RGB (Red+Green+Blue) = 110+108+96=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6C60 is #91939F. Grayscale: #6B6B6B. Windows color (decimal): -9540512 or 6319214. OLE color: 6319214.

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

Color convert

RGB 110 108 96 -
CMYK 0 0.02 0.13 0.57
HSL 51.43º 0.07% 0.4% -
HSV(B) 51.43º 0.13% 0.43% -
XYZ 13.9 14.88 13.21 -
YUV 107.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 110 108 96 0 0.02 0.13 0.57 51.43 0.07 0.4
Hex 6E 6C 60 0 2 D 39 33 7 28
Octal 156 154 140 0 2 15 71 63 7 50
Binary 1101110 1101100 1100000 0 10 1101 111001 110011 111 101000

Color Harmonies of #6E6C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6C60

Black with #6E6C60

Text Example


Text Example

White with #6E6C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,108,96); }

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

background-color css

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

 a { background-color: rgb(110,108,96); }

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

border-color css

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

 span { border-color: rgb(110,108,96); }

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