#6A565A

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

Shades of Falcon #6A565A

Tints of Falcon #6A565A

Color information

#6A565A (or 0x6A565A) is unknown color: approx Falcon. HEX triplet: 6A, 56 and 5A. RGB value is (106,86,90). Sum of RGB (Red+Green+Blue) = 106+86+90=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 106 - color contains mainly: red. Hex color #6A565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A565A is #95A9A5. Grayscale: #5C5C5C. Windows color (decimal): -9808294 or 5920362. OLE color: 5920362.

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

Color convert

RGB1068690-
CMYK00.190.150.58
HSL348º10.42%37.65%-
HSV(B)348º18.87%41.57%-
XYZ11.1210.4611.11-
YUV92.44126.63137.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.59%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=37.59%
G=30.50%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106869000.190.150.5834810.4237.65
Hex6A565A013F3A15ca26
Octal15212613202317725341246
Binary11010101010110101101001001111111110101010111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,86,90); }

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

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

 a { background-color: rgb(106,86,90); }

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

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

 span { border-color: rgb(106,86,90); }

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