#6A5357

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

Shades of Falcon #6A5357

Tints of Falcon #6A5357

Color information

#6A5357 (or 0x6A5357) is unknown color: approx Falcon. HEX triplet: 6A, 53 and 57. RGB value is (106,83,87). Sum of RGB (Red+Green+Blue) = 106+83+87=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5357 is #95ACA8. Grayscale: #5A5A5A. Windows color (decimal): -9809065 or 5722986. OLE color: 5722986.

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

Color convert

RGB1068387-
CMYK00.220.180.58
HSL349.57º12.17%37.06%-
HSV(B)349.57º21.7%41.57%-
XYZ10.769.9410.37-
YUV90.33126.12139.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.41%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 87 (34.38% from 255) = 31.52%
R=38.41%
G=30.07%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106838700.220.180.58349.5712.1737.06
Hex6A5357016123A15ec25
Octal15212312702622725361445
Binary110101010100111010111010110100101110101010111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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