Html Css Color HEX #6E7064 Finch

📋 copy color: '#6E7064'

red 110 ◦ green 112 ◦ blue 100

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

Shades of Finch #6E7064

Tints of Finch #6E7064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.78%

 BLUE value IS 100 (39.45% from 255) = 31.06%

R = 34.16%
G = 34.78%
B = 31.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6E7064 (or 0x6E7064) is known color: Finch. HEX triplet: 6E, 70 and 64. RGB value is (110,112,100). Sum of RGB (Red+Green+Blue) = 110+112+100=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7064 is #918F9B. Grayscale: #6E6E6E. Windows color (decimal): -9539484 or 6582382. OLE color: 6582382.

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

Color convert

RGB 110 112 100 -
CMYK 0.02 0 0.11 0.56
HSL 70º 0.06% 0.42% -
HSV(B) 70º 0.11% 0.44% -
XYZ 14.52 15.82 14.35 -
YUV 110.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 110 112 100 0.02 0 0.11 0.56 70 0.06 0.42
Hex 6E 70 64 2 0 B 38 46 6 2A
Octal 156 160 144 2 0 13 70 106 6 52
Binary 1101110 1110000 1100100 10 0 1011 111000 1000110 110 101010

Color Harmonies of #6E7064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7064

Black with #6E7064

Text Example


Text Example

White with #6E7064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,112,100); }

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

background-color css

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

 a { background-color: rgb(110,112,100); }

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

border-color css

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

 span { border-color: rgb(110,112,100); }

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