Html Css Color HEX #6A6061 Falcon

📋 copy color: '#6A6061'

red 106 ◦ green 96 ◦ blue 97

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

Shades of Falcon #6A6061

Tints of Falcon #6A6061

RGB

 RED value IS 106 (41.8% 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 value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#6A6061 (or 0x6A6061) is known color: 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

RGB 106 96 97 -
CMYK 0 0.09 0.08 0.58
HSL 354º 0.05% 0.4% -
HSV(B) 354º 0.09% 0.42% -
XYZ 12.28 12.29 13.03 -
YUV 99.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 106 96 97 0 0.09 0.08 0.58 354 0.05 0.4
Hex 6A 60 61 0 9 8 3A 162 5 28
Octal 152 140 141 0 11 10 72 542 5 50
Binary 1101010 1100000 1100001 0 1001 1000 111010 101100010 101 101000

Color Harmonies of #6A6061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6061

Black with #6A6061

Text Example


Text Example

White with #6A6061

Text Example


Text Example

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