#655B5D

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

Shades of Falcon #655B5D

Tints of Falcon #655B5D

Color information

#655B5D (or 0x655B5D) is unknown color: approx Falcon. HEX triplet: 65, 5B and 5D. RGB value is (101,91,93). Sum of RGB (Red+Green+Blue) = 101+91+93=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 101 - color contains mainly: red. Hex color #655B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B5D is #9AA4A2. Grayscale: #5E5E5E. Windows color (decimal): -10134691 or 6118245. OLE color: 6118245.

HSL color Cylindrical-coordinate representation of color #655B5D: hue angle of 348º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #655B5D is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB1019193-
CMYK00.100.080.60
HSL348º5.21%37.65%-
HSV(B)348º9.9%39.61%-
XYZ11.0811.0411.9-
YUV94.22127.31132.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.44%
GREEN value IS 91 (35.94% from 255) = 31.93%
BLUE value IS 93 (36.72% from 255) = 32.63%
R=35.44%
G=31.93%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101919300.100.080.603485.2137.65
Hex655B5D0A83C15c526
Octal1451331350121074534546
Binary110010110110111011101010101000111100101011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655B5D; }

 p { color: rgb(101,91,93); }

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

<style>
 a { background-color: #655B5D; }

 a { background-color: rgb(101,91,93); }

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

<style>
 span { border-color: #655B5D; }

 span { border-color: rgb(101,91,93); }

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