#6A6B65

Color #6A6B65 Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #6A6B65

Tints of Finch #6A6B65

Color information

#6A6B65 (or 0x6A6B65) is unknown color: approx Finch. HEX triplet: 6A, 6B and 65. RGB value is (106,107,101). Sum of RGB (Red+Green+Blue) = 106+107+101=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 107 - color contains mainly: green. Hex color #6A6B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6B65 is #95949A. Grayscale: #6A6A6A. Windows color (decimal): -9802907 or 6646634. OLE color: 6646634.

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

Color convert

RGB106107101-
CMYK0.0100.060.58
HSL70º2.88%40.78%-
HSV(B)70º5.61%41.96%-
XYZ13.5514.5214.4-
YUV106.02125.17127.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.76%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 101 (39.84% from 255) = 32.17%
R=33.76%
G=34.08%
B=32.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061071010.0100.060.58702.8840.78
Hex6A6B651063A46329
Octal15215314510672106351
Binary11010101101011110010110110111010100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,107,101); }

 H1.HeaderClassName
 {
   color: #6A6B65;
 }
 .AnyTagClassName
 {
   color: #6A6B65;
 }
</style>
background-color css

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

 a { background-color: rgb(106,107,101); }

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

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

 span { border-color: rgb(106,107,101); }

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