Html Css Color HEX #6E7065 Finch

📋 copy color: '#6E7065'

red 110 ◦ green 112 ◦ blue 101

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

Shades of Finch #6E7065

Tints of Finch #6E7065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.27%

R = 34.06%
G = 34.67%
B = 31.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6E7065 (or 0x6E7065) is known color: Finch. HEX triplet: 6E, 70 and 65. RGB value is (110,112,101). Sum of RGB (Red+Green+Blue) = 110+112+101=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7065 is #918F9A. Grayscale: #6E6E6E. Windows color (decimal): -9539483 or 6647918. OLE color: 6647918.

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

Color convert

RGB 110 112 101 -
CMYK 0.02 0 0.10 0.56
HSL 70.91º 0.05% 0.42% -
HSV(B) 70.91º 0.1% 0.44% -
XYZ 14.57 15.84 14.6 -
YUV 110.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 110 112 101 0.02 0 0.10 0.56 70.91 0.05 0.42
Hex 6E 70 65 2 0 A 38 47 5 2A
Octal 156 160 145 2 0 12 70 107 5 52
Binary 1101110 1110000 1100101 10 0 1010 111000 1000111 101 101010

Color Harmonies of #6E7065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7065

Black with #6E7065

Text Example


Text Example

White with #6E7065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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