Html Css Color HEX #6E6B5C Flint

📋 copy color: '#6E6B5C'

red 110 ◦ green 107 ◦ blue 92

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

Shades of Flint #6E6B5C

Tints of Flint #6E6B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.63%

 BLUE value IS 92 (36.33% from 255) = 29.77%

R = 35.6%
G = 34.63%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6E6B5C (or 0x6E6B5C) is known color: Flint. HEX triplet: 6E, 6B and 5C. RGB value is (110,107,92). Sum of RGB (Red+Green+Blue) = 110+107+92=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6B5C is #9194A3. Grayscale: #6A6A6A. Windows color (decimal): -9540772 or 6056814. OLE color: 6056814.

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

Color convert

RGB 110 107 92 -
CMYK 0 0.03 0.16 0.57
HSL 50º 0.09% 0.4% -
HSV(B) 50º 0.16% 0.43% -
XYZ 13.62 14.6 12.23 -
YUV 106.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 110 107 92 0 0.03 0.16 0.57 50 0.09 0.4
Hex 6E 6B 5C 0 3 10 39 32 9 28
Octal 156 153 134 0 3 20 71 62 11 50
Binary 1101110 1101011 1011100 0 11 10000 111001 110010 1001 101000

Color Harmonies of #6E6B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6B5C

Black with #6E6B5C

Text Example


Text Example

White with #6E6B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,107,92); }

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

background-color css

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

 a { background-color: rgb(110,107,92); }

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

border-color css

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

 span { border-color: rgb(110,107,92); }

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