#666061

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

Shades of Falcon #666061

Tints of Falcon #666061

Color information

#666061 (or 0x666061) is unknown color: approx Falcon. HEX triplet: 66, 60 and 61. RGB value is (102,96,97). Sum of RGB (Red+Green+Blue) = 102+96+97=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 102 - color contains mainly: red. Hex color #666061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666061 is #999F9E. Grayscale: #616161. Windows color (decimal): -10067871 or 6381670. OLE color: 6381670.

HSL color Cylindrical-coordinate representation of color #666061: hue angle of 350º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #666061 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB1029697-
CMYK00.060.050.6
HSL350º3.03%38.82%-
HSV(B)350º5.88%40%-
XYZ11.8212.0513.01-
YUV97.91127.49130.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=34.58%
G=32.54%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102969700.060.050.63503.0338.82
Hex6660610653C15e327
Octal14614014106574536347
Binary110011011000001100001011010111110010101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666061; }

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

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

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

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

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

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

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

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