Html Css Color HEX #6D7064 Finch

📋 copy color: '#6D7064'

red 109 ◦ green 112 ◦ blue 100

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

Shades of Finch #6D7064

Tints of Finch #6D7064

RGB

 RED value IS 109 (42.97% from 255) = 33.96%

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

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

R = 33.96%
G = 34.89%
B = 31.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6D7064 (or 0x6D7064) is known color: Finch. HEX triplet: 6D, 70 and 64. RGB value is (109,112,100). Sum of RGB (Red+Green+Blue) = 109+112+100=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7064 is #928F9B. Grayscale: #6D6D6D. Windows color (decimal): -9605020 or 6582381. OLE color: 6582381.

HSL color Cylindrical-coordinate representation of color #6D7064: hue angle of 75º 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 #6D7064 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 109 112 100 -
CMYK 0.03 0 0.11 0.56
HSL 75º 0.06% 0.42% -
HSV(B) 75º 0.11% 0.44% -
XYZ 14.4 15.76 14.34 -
YUV 109.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 109 112 100 0.03 0 0.11 0.56 75 0.06 0.42
Hex 6D 70 64 3 0 B 38 4B 6 2A
Octal 155 160 144 3 0 13 70 113 6 52
Binary 1101101 1110000 1100100 11 0 1011 111000 1001011 110 101010

Color Harmonies of #6D7064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7064

Black with #6D7064

Text Example


Text Example

White with #6D7064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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