#6D6163

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

Shades of Falcon #6D6163

Tints of Falcon #6D6163

Color information

#6D6163 (or 0x6D6163) is unknown color: approx Falcon. HEX triplet: 6D, 61 and 63. RGB value is (109,97,99). Sum of RGB (Red+Green+Blue) = 109+97+99=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6163 is #929E9C. Grayscale: #646464. Windows color (decimal): -9608861 or 6513005. OLE color: 6513005.

HSL color Cylindrical-coordinate representation of color #6D6163: hue angle of 350º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6D6163 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB1099799-
CMYK00.110.090.57
HSL350º5.83%40.39%-
HSV(B)350º11.01%42.75%-
XYZ12.8312.713.58-
YUV100.82126.98133.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.74%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 99 (39.06% from 255) = 32.46%
R=35.74%
G=31.80%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109979900.110.090.573505.8340.39
Hex6D61630B93915e628
Octal1551411430131171536650
Binary110110111000011100011010111001111001101011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,97,99); }

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

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

 a { background-color: rgb(109,97,99); }

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

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

 span { border-color: rgb(109,97,99); }

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