#6A6061

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

Shades of Falcon #6A6061

Tints of Falcon #6A6061

Color information

#6A6061 (or 0x6A6061) is unknown color: approx Falcon. HEX triplet: 6A, 60 and 61. RGB value is (106,96,97). Sum of RGB (Red+Green+Blue) = 106+96+97=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6061 is #959F9E. Grayscale: #636363. Windows color (decimal): -9805727 or 6381674. OLE color: 6381674.

HSL color Cylindrical-coordinate representation of color #6A6061: hue angle of 354º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6A6061 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB1069697-
CMYK00.090.080.58
HSL354º4.95%39.61%-
HSV(B)354º9.43%41.57%-
XYZ12.2812.2913.03-
YUV99.1126.81132.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.45%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 97 (38.28% from 255) = 32.44%
R=35.45%
G=32.11%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106969700.090.080.583544.9539.61
Hex6A60610983A162528
Octal1521401410111072542550
Binary110101011000001100001010011000111010101100010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,96,97); }

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

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

 a { background-color: rgb(106,96,97); }

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

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

 span { border-color: rgb(106,96,97); }

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