Html Css Color HEX #6E6C62 Flint

📋 copy color: '#6E6C62'

red 110 ◦ green 108 ◦ blue 98

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

Shades of Flint #6E6C62

Tints of Flint #6E6C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.01%

R = 34.81%
G = 34.18%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6E6C62 (or 0x6E6C62) is known color: Flint. HEX triplet: 6E, 6C and 62. RGB value is (110,108,98). Sum of RGB (Red+Green+Blue) = 110+108+98=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6C62 is #91939D. Grayscale: #6B6B6B. Windows color (decimal): -9540510 or 6450286. OLE color: 6450286.

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

Color convert

RGB 110 108 98 -
CMYK 0 0.02 0.11 0.57
HSL 50º 0.06% 0.41% -
HSV(B) 50º 0.11% 0.43% -
XYZ 14 14.92 13.7 -
YUV 107.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 110 108 98 0 0.02 0.11 0.57 50 0.06 0.41
Hex 6E 6C 62 0 2 B 39 32 6 29
Octal 156 154 142 0 2 13 71 62 6 51
Binary 1101110 1101100 1100010 0 10 1011 111001 110010 110 101001

Color Harmonies of #6E6C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6C62

Black with #6E6C62

Text Example


Text Example

White with #6E6C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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