#6C565A

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

Shades of Falcon #6C565A

Tints of Falcon #6C565A

Color information

#6C565A (or 0x6C565A) is unknown color: approx Falcon. HEX triplet: 6C, 56 and 5A. RGB value is (108,86,90). Sum of RGB (Red+Green+Blue) = 108+86+90=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 108 - color contains mainly: red. Hex color #6C565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C565A is #93A9A5. Grayscale: #5D5D5D. Windows color (decimal): -9677222 or 5920364. OLE color: 5920364.

HSL color Cylindrical-coordinate representation of color #6C565A: hue angle of 349.09º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6C565A is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB1088690-
CMYK00.200.170.58
HSL349.09º11.34%38.04%-
HSV(B)349.09º20.37%42.35%-
XYZ11.3610.5811.12-
YUV93.03126.29138.67-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.03%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=38.03%
G=30.28%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108869000.200.170.58349.0911.3438.04
Hex6C565A014113A15db26
Octal15412613202421725351346
Binary110110010101101011010010100100011110101010111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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