#696061

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

Shades of Falcon #696061

Tints of Falcon #696061

Color information

#696061 (or 0x696061) is unknown color: approx Falcon. HEX triplet: 69, 60 and 61. RGB value is (105,96,97). Sum of RGB (Red+Green+Blue) = 105+96+97=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 105 - color contains mainly: red. Hex color #696061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696061 is #969F9E. Grayscale: #626262. Windows color (decimal): -9871263 or 6381673. OLE color: 6381673.

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

Color convert

RGB1059697-
CMYK00.090.080.59
HSL353.33º4.48%39.41%-
HSV(B)353.33º8.57%41.18%-
XYZ12.1712.2313.03-
YUV98.8126.98132.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 96 (37.89% from 255) = 32.21%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=35.23%
G=32.21%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105969700.090.080.59353.334.4839.41
Hex6960610983B161427
Octal1511401410111073541447
Binary110100111000001100001010011000111011101100001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696061; }

 p { color: rgb(105,96,97); }

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

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

 a { background-color: rgb(105,96,97); }

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

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

 span { border-color: rgb(105,96,97); }

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