Html Css Color HEX #6E7061 Finch

📋 copy color: '#6E7061'

red 110 ◦ green 112 ◦ blue 97

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

Shades of Finch #6E7061

Tints of Finch #6E7061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.41%

R = 34.48%
G = 35.11%
B = 30.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6E7061 (or 0x6E7061) is known color: Finch. HEX triplet: 6E, 70 and 61. RGB value is (110,112,97). Sum of RGB (Red+Green+Blue) = 110+112+97=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7061 is #918F9E. Grayscale: #6D6D6D. Windows color (decimal): -9539487 or 6385774. OLE color: 6385774.

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

Color convert

RGB 110 112 97 -
CMYK 0.02 0 0.13 0.56
HSL 68º 0.07% 0.41% -
HSV(B) 68º 0.13% 0.44% -
XYZ 14.38 15.77 13.59 -
YUV 109.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 110 112 97 0.02 0 0.13 0.56 68 0.07 0.41
Hex 6E 70 61 2 0 D 38 44 7 29
Octal 156 160 141 2 0 15 70 104 7 51
Binary 1101110 1110000 1100001 10 0 1101 111000 1000100 111 101001

Color Harmonies of #6E7061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7061

Black with #6E7061

Text Example


Text Example

White with #6E7061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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