#6A575B

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

Shades of Falcon #6A575B

Tints of Falcon #6A575B

Color information

#6A575B (or 0x6A575B) is unknown color: approx Falcon. HEX triplet: 6A, 57 and 5B. RGB value is (106,87,91). Sum of RGB (Red+Green+Blue) = 106+87+91=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 106 - color contains mainly: red. Hex color #6A575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A575B is #95A8A4. Grayscale: #5D5D5D. Windows color (decimal): -9808037 or 5986154. OLE color: 5986154.

HSL color Cylindrical-coordinate representation of color #6A575B: hue angle of 347.37º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A575B is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB1068791-
CMYK00.180.140.58
HSL347.37º9.84%37.84%-
HSV(B)347.37º17.92%41.57%-
XYZ11.2410.6411.36-
YUV93.14126.79137.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.32%
GREEN value IS 87 (34.38% from 255) = 30.63%
BLUE value IS 91 (35.94% from 255) = 32.04%
R=37.32%
G=30.63%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106879100.180.140.58347.379.8437.84
Hex6A575B012E3A15ba26
Octal15212713302216725331246
Binary11010101010111101101101001011101110101010110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,87,91); }

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

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

 a { background-color: rgb(106,87,91); }

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

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

 span { border-color: rgb(106,87,91); }

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