#69595B

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

Shades of Falcon #69595B

Tints of Falcon #69595B

Color information

#69595B (or 0x69595B) is unknown color: approx Falcon. HEX triplet: 69, 59 and 5B. RGB value is (105,89,91). Sum of RGB (Red+Green+Blue) = 105+89+91=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 105 - color contains mainly: red. Hex color #69595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69595B is #96A6A4. Grayscale: #5E5E5E. Windows color (decimal): -9873061 or 5986665. OLE color: 5986665.

HSL color Cylindrical-coordinate representation of color #69595B: hue angle of 352.5º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #69595B is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB1058991-
CMYK00.150.130.59
HSL352.5º8.25%38.04%-
HSV(B)352.5º15.24%41.18%-
XYZ11.2910.911.41-
YUV94.01126.3135.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 91 (35.94% from 255) = 31.93%
R=36.84%
G=31.23%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105899100.150.130.59352.58.2538.04
Hex69595B0FD3B160826
Octal15113113301715735401046
Binary1101001101100110110110111111011110111011000001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69595B; }

 p { color: rgb(105,89,91); }

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

<style>
 a { background-color: #69595B; }

 a { background-color: rgb(105,89,91); }

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

<style>
 span { border-color: #69595B; }

 span { border-color: rgb(105,89,91); }

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