#6B5659

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

Shades of Falcon #6B5659

Tints of Falcon #6B5659

Color information

#6B5659 (or 0x6B5659) is unknown color: approx Falcon. HEX triplet: 6B, 56 and 59. RGB value is (107,86,89). Sum of RGB (Red+Green+Blue) = 107+86+89=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5659 is #94A9A6. Grayscale: #5C5C5C. Windows color (decimal): -9742759 or 5854827. OLE color: 5854827.

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

Color convert

RGB1078689-
CMYK00.200.170.58
HSL351.43º10.88%37.84%-
HSV(B)351.43º19.63%41.96%-
XYZ11.1910.510.89-
YUV92.62125.96138.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.94%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 89 (35.16% from 255) = 31.56%
R=37.94%
G=30.50%
B=31.56%

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
Decimal107868900.200.170.58351.4310.8837.84
Hex6B5659014113A15fb26
Octal15312613102421725371346
Binary110101110101101011001010100100011110101010111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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