#655E5F

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

Shades of Falcon #655E5F

Tints of Falcon #655E5F

Color information

#655E5F (or 0x655E5F) is unknown color: approx Falcon. HEX triplet: 65, 5E and 5F. RGB value is (101,94,95). Sum of RGB (Red+Green+Blue) = 101+94+95=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 101 - color contains mainly: red. Hex color #655E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E5F is #9AA1A0. Grayscale: #606060. Windows color (decimal): -10133921 or 6250085. OLE color: 6250085.

HSL color Cylindrical-coordinate representation of color #655E5F: hue angle of 351.43º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #655E5F is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB1019495-
CMYK00.070.060.60
HSL351.43º3.59%38.24%-
HSV(B)351.43º6.93%39.61%-
XYZ11.4411.612.46-
YUV96.21127.32131.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.83%
GREEN value IS 94 (37.11% from 255) = 32.41%
BLUE value IS 95 (37.5% from 255) = 32.76%
R=34.83%
G=32.41%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101949500.070.060.60351.433.5938.24
Hex655E5F0763C15f426
Octal14513613707674537446
Binary1100101101111010111110111110111100101011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,94,95); }

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

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

 a { background-color: rgb(101,94,95); }

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

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

 span { border-color: rgb(101,94,95); }

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