#6B565B

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

Shades of Falcon #6B565B

Tints of Falcon #6B565B

Color information

#6B565B (or 0x6B565B) is unknown color: approx Falcon. HEX triplet: 6B, 56 and 5B. RGB value is (107,86,91). Sum of RGB (Red+Green+Blue) = 107+86+91=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 107 - color contains mainly: red. Hex color #6B565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B565B is #94A9A4. Grayscale: #5C5C5C. Windows color (decimal): -9742757 or 5985899. OLE color: 5985899.

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

Color convert

RGB1078691-
CMYK00.200.150.58
HSL345.71º10.88%37.84%-
HSV(B)345.71º19.63%41.96%-
XYZ11.2810.5411.34-
YUV92.85126.96138.09-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.68%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 91 (35.94% from 255) = 32.04%
R=37.68%
G=30.28%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107869100.200.150.58345.7110.8837.84
Hex6B565B014F3A15ab26
Octal15312613302417725321346
Binary11010111010110101101101010011111110101010110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,86,91); }

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

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

 a { background-color: rgb(107,86,91); }

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

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

 span { border-color: rgb(107,86,91); }

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