Html Css Color HEX #6D7063 Finch

📋 copy color: '#6D7063'

red 109 ◦ green 112 ◦ blue 99

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

Shades of Finch #6D7063

Tints of Finch #6D7063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.94%

R = 34.06%
G = 35%
B = 30.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6D7063 (or 0x6D7063) is known color: Finch. HEX triplet: 6D, 70 and 63. RGB value is (109,112,99). Sum of RGB (Red+Green+Blue) = 109+112+99=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7063 is #928F9C. Grayscale: #6D6D6D. Windows color (decimal): -9605021 or 6516845. OLE color: 6516845.

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

Color convert

RGB 109 112 99 -
CMYK 0.03 0 0.12 0.56
HSL 73.85º 0.06% 0.41% -
HSV(B) 73.85º 0.12% 0.44% -
XYZ 14.35 15.74 14.09 -
YUV 109.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 109 112 99 0.03 0 0.12 0.56 73.85 0.06 0.41
Hex 6D 70 63 3 0 C 38 4A 6 29
Octal 155 160 143 3 0 14 70 112 6 51
Binary 1101101 1110000 1100011 11 0 1100 111000 1001010 110 101001

Color Harmonies of #6D7063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7063

Black with #6D7063

Text Example


Text Example

White with #6D7063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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