Html Css Color HEX #666061 Falcon

📋 copy color: '#666061'

red 102 ◦ green 96 ◦ blue 97

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

Shades of Falcon #666061

Tints of Falcon #666061

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 value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#666061 (or 0x666061) is known color: 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

RGB 102 96 97 -
CMYK 0 0.06 0.05 0.6
HSL 350º 0.03% 0.39% -
HSV(B) 350º 0.06% 0.4% -
XYZ 11.82 12.05 13.01 -
YUV 97.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 102 96 97 0 0.06 0.05 0.6 350 0.03 0.39
Hex 66 60 61 0 6 5 3C 15E 3 27
Octal 146 140 141 0 6 5 74 536 3 47
Binary 1100110 1100000 1100001 0 110 101 111100 101011110 11 100111

Color Harmonies of #666061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666061

Black with #666061

Text Example


Text Example

White with #666061

Text Example


Text Example

HTML Codes & Css Web 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>