#695758

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

Shades of Falcon #695758

Tints of Falcon #695758

Color information

#695758 (or 0x695758) is unknown color: approx Falcon. HEX triplet: 69, 57 and 58. RGB value is (105,87,88). Sum of RGB (Red+Green+Blue) = 105+87+88=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 105 - color contains mainly: red. Hex color #695758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695758 is #96A8A7. Grayscale: #5C5C5C. Windows color (decimal): -9873576 or 5789545. OLE color: 5789545.

HSL color Cylindrical-coordinate representation of color #695758: hue angle of 356.67º 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 #695758 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB1058788-
CMYK00.170.160.59
HSL356.67º9.37%37.65%-
HSV(B)356.67º17.14%41.18%-
XYZ1110.5210.68-
YUV92.5125.46136.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.5%
GREEN value IS 87 (34.38% from 255) = 31.07%
BLUE value IS 88 (34.77% from 255) = 31.43%
R=37.5%
G=31.07%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105878800.170.160.59356.679.3737.65
Hex695758011103B165926
Octal15112713002120735451146
Binary110100110101111011000010001100001110111011001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695758; }

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

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

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

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

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

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

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

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