#695759

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

Shades of Falcon #695759

Tints of Falcon #695759

Color information

#695759 (or 0x695759) is unknown color: approx Falcon. HEX triplet: 69, 57 and 59. RGB value is (105,87,89). Sum of RGB (Red+Green+Blue) = 105+87+89=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 105 - color contains mainly: red. Hex color #695759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695759 is #96A8A6. Grayscale: #5C5C5C. Windows color (decimal): -9873575 or 5855081. OLE color: 5855081.

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

Color convert

RGB1058789-
CMYK00.170.150.59
HSL353.33º9.37%37.65%-
HSV(B)353.33º17.14%41.18%-
XYZ11.0410.5410.9-
YUV92.61125.96136.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.37%
GREEN value IS 87 (34.38% from 255) = 30.96%
BLUE value IS 89 (35.16% from 255) = 31.67%
R=37.37%
G=30.96%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105878900.170.150.59353.339.3737.65
Hex695759011F3B161926
Octal15112713102117735411146
Binary11010011010111101100101000111111110111011000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695759; }

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

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

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

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

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

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

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

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