Html Css Color HEX #6E6D59 Flint

📋 copy color: '#6E6D59'

red 110 ◦ green 109 ◦ blue 89

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

Shades of Flint #6E6D59

Tints of Flint #6E6D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 28.9%

R = 35.71%
G = 35.39%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#6E6D59 (or 0x6E6D59) is known color: Flint. HEX triplet: 6E, 6D and 59. RGB value is (110,109,89). Sum of RGB (Red+Green+Blue) = 110+109+89=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6D59 is #9192A6. Grayscale: #6B6B6B. Windows color (decimal): -9540263 or 5860718. OLE color: 5860718.

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

Color convert

RGB 110 109 89 -
CMYK 0 0.01 0.19 0.57
HSL 57.14º 0.11% 0.39% -
HSV(B) 57.14º 0.19% 0.43% -
XYZ 13.7 14.97 11.62 -
YUV 107.02 117.83 130.13 -
System Red Green Blue C M Y K H S L
Decimal 110 109 89 0 0.01 0.19 0.57 57.14 0.11 0.39
Hex 6E 6D 59 0 1 13 39 39 B 27
Octal 156 155 131 0 1 23 71 71 13 47
Binary 1101110 1101101 1011001 0 1 10011 111001 111001 1011 100111

Color Harmonies of #6E6D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6D59

Black with #6E6D59

Text Example


Text Example

White with #6E6D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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