#695556

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

Shades of Falcon #695556

Tints of Falcon #695556

Color information

#695556 (or 0x695556) is unknown color: approx Falcon. HEX triplet: 69, 55 and 56. RGB value is (105,85,86). Sum of RGB (Red+Green+Blue) = 105+85+86=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 105 - color contains mainly: red. Hex color #695556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695556 is #96AAA9. Grayscale: #5B5B5B. Windows color (decimal): -9874090 or 5657961. OLE color: 5657961.

HSL color Cylindrical-coordinate representation of color #695556: hue angle of 357º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #695556 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1058586-
CMYK00.190.180.59
HSL357º10.53%37.25%-
HSV(B)357º19.05%41.18%-
XYZ10.7510.1710.2-
YUV91.09125.13137.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.04%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 86 (33.98% from 255) = 31.16%
R=38.04%
G=30.80%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105858600.190.180.5935710.5337.25
Hex695556013123B165b25
Octal15112512602322735451345
Binary110100110101011010110010011100101110111011001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695556; }

 p { color: rgb(105,85,86); }

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

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

 a { background-color: rgb(105,85,86); }

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

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

 span { border-color: rgb(105,85,86); }

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