#6B555A

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

Shades of Falcon #6B555A

Tints of Falcon #6B555A

Color information

#6B555A (or 0x6B555A) is unknown color: approx Falcon. HEX triplet: 6B, 55 and 5A. RGB value is (107,85,90). Sum of RGB (Red+Green+Blue) = 107+85+90=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 107 - color contains mainly: red. Hex color #6B555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B555A is #94AAA5. Grayscale: #5C5C5C. Windows color (decimal): -9743014 or 5920107. OLE color: 5920107.

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

Color convert

RGB1078590-
CMYK00.210.160.58
HSL346.36º11.46%37.65%-
HSV(B)346.36º20.56%41.96%-
XYZ11.1610.3611.08-
YUV92.15126.79138.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.94%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=37.94%
G=30.14%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107859000.210.160.58346.3611.4637.65
Hex6B555A015103A15ab26
Octal15312513202520725321346
Binary110101110101011011010010101100001110101010110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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