#6B5559

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

Shades of Falcon #6B5559

Tints of Falcon #6B5559

Color information

#6B5559 (or 0x6B5559) is unknown color: approx Falcon. HEX triplet: 6B, 55 and 59. RGB value is (107,85,89). Sum of RGB (Red+Green+Blue) = 107+85+89=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5559 is #94AAA6. Grayscale: #5C5C5C. Windows color (decimal): -9743015 or 5854571. OLE color: 5854571.

HSL color Cylindrical-coordinate representation of color #6B5559: 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.21%. Process color model (Four color, CMYK) of #6B5559 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB1078589-
CMYK00.210.170.58
HSL349.09º11.46%37.65%-
HSV(B)349.09º20.56%41.96%-
XYZ11.1210.3410.86-
YUV92.03126.29138.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.08%
GREEN value IS 85 (33.59% from 255) = 30.25%
BLUE value IS 89 (35.16% from 255) = 31.67%
R=38.08%
G=30.25%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107858900.210.170.58349.0911.4637.65
Hex6B5559015113A15db26
Octal15312513102521725351346
Binary110101110101011011001010101100011110101010111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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