#6A5D5E

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

Shades of Falcon #6A5D5E

Tints of Falcon #6A5D5E

Color information

#6A5D5E (or 0x6A5D5E) is unknown color: approx Falcon. HEX triplet: 6A, 5D and 5E. RGB value is (106,93,94). Sum of RGB (Red+Green+Blue) = 106+93+94=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5D5E is #95A2A1. Grayscale: #616161. Windows color (decimal): -9806498 or 6184298. OLE color: 6184298.

HSL color Cylindrical-coordinate representation of color #6A5D5E: hue angle of 355.38º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A5D5E is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB1069394-
CMYK00.120.110.58
HSL355.38º6.53%39.02%-
HSV(B)355.38º12.26%41.57%-
XYZ11.8811.712.22-
YUV97126.31134.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.18%
GREEN value IS 93 (36.72% from 255) = 31.74%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=36.18%
G=31.74%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106939400.120.110.58355.386.5339.02
Hex6A5D5E0CB3A163727
Octal1521351360141372543747
Binary110101010111011011110011001011111010101100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,93,94); }

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

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

 a { background-color: rgb(106,93,94); }

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

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

 span { border-color: rgb(106,93,94); }

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