Html Css Color HEX #6E6C5F Flint

📋 copy color: '#6E6C5F'

red 110 ◦ green 108 ◦ blue 95

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

Shades of Flint #6E6C5F

Tints of Flint #6E6C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.35%

R = 35.14%
G = 34.5%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6E6C5F (or 0x6E6C5F) is known color: Flint. HEX triplet: 6E, 6C and 5F. RGB value is (110,108,95). Sum of RGB (Red+Green+Blue) = 110+108+95=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6C5F is #9193A0. Grayscale: #6B6B6B. Windows color (decimal): -9540513 or 6253678. OLE color: 6253678.

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

Color convert

RGB 110 108 95 -
CMYK 0 0.02 0.14 0.57
HSL 52º 0.07% 0.4% -
HSV(B) 52º 0.14% 0.43% -
XYZ 13.86 14.87 12.97 -
YUV 107.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 110 108 95 0 0.02 0.14 0.57 52 0.07 0.4
Hex 6E 6C 5F 0 2 E 39 34 7 28
Octal 156 154 137 0 2 16 71 64 7 50
Binary 1101110 1101100 1011111 0 10 1110 111001 110100 111 101000

Color Harmonies of #6E6C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6C5F

Black with #6E6C5F

Text Example


Text Example

White with #6E6C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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