Html Css Color HEX #6E6C5B Flint

📋 copy color: '#6E6C5B'

red 110 ◦ green 108 ◦ blue 91

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

Shades of Flint #6E6C5B

Tints of Flint #6E6C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.45%

R = 35.6%
G = 34.95%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6E6C5B (or 0x6E6C5B) is known color: Flint. HEX triplet: 6E, 6C and 5B. RGB value is (110,108,91). Sum of RGB (Red+Green+Blue) = 110+108+91=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6C5B is #9193A4. Grayscale: #6A6A6A. Windows color (decimal): -9540517 or 5991534. OLE color: 5991534.

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

Color convert

RGB 110 108 91 -
CMYK 0 0.02 0.17 0.57
HSL 53.68º 0.09% 0.39% -
HSV(B) 53.68º 0.17% 0.43% -
XYZ 13.68 14.8 12.03 -
YUV 106.66 119.16 130.38 -
System Red Green Blue C M Y K H S L
Decimal 110 108 91 0 0.02 0.17 0.57 53.68 0.09 0.39
Hex 6E 6C 5B 0 2 11 39 36 9 27
Octal 156 154 133 0 2 21 71 66 11 47
Binary 1101110 1101100 1011011 0 10 10001 111001 110110 1001 100111

Color Harmonies of #6E6C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6C5B

Black with #6E6C5B

Text Example


Text Example

White with #6E6C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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