#6A5355

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

Shades of Falcon #6A5355

Tints of Falcon #6A5355

Color information

#6A5355 (or 0x6A5355) is unknown color: approx Falcon. HEX triplet: 6A, 53 and 55. RGB value is (106,83,85). Sum of RGB (Red+Green+Blue) = 106+83+85=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5355 is #95ACAA. Grayscale: #5A5A5A. Windows color (decimal): -9809067 or 5591914. OLE color: 5591914.

HSL color Cylindrical-coordinate representation of color #6A5355: hue angle of 354.78º 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 #6A5355 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB1068385-
CMYK00.220.200.58
HSL354.78º12.17%37.06%-
HSV(B)354.78º21.7%41.57%-
XYZ10.689.919.94-
YUV90.1125.12139.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.69%
GREEN value IS 83 (32.81% from 255) = 30.29%
BLUE value IS 85 (33.59% from 255) = 31.02%
R=38.69%
G=30.29%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106838500.220.200.58354.7812.1737.06
Hex6A5355016143A163c25
Octal15212312502624725431445
Binary110101010100111010101010110101001110101011000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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