#696263

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

Shades of Falcon #696263

Tints of Falcon #696263

Color information

#696263 (or 0x696263) is unknown color: approx Falcon. HEX triplet: 69, 62 and 63. RGB value is (105,98,99). Sum of RGB (Red+Green+Blue) = 105+98+99=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 105 - color contains mainly: red. Hex color #696263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696263 is #969D9C. Grayscale: #646464. Windows color (decimal): -9870749 or 6513257. OLE color: 6513257.

HSL color Cylindrical-coordinate representation of color #696263: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #696263 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB1059899-
CMYK00.070.060.59
HSL351.43º3.45%39.8%-
HSV(B)351.43º6.67%41.18%-
XYZ12.4512.6413.59-
YUV100.21127.32131.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 98 (38.67% from 255) = 32.45%
BLUE value IS 99 (39.06% from 255) = 32.78%
R=34.77%
G=32.45%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105989900.070.060.59351.433.4539.8
Hex6962630763B15f328
Octal15114214307673537350
Binary110100111000101100011011111011101110101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696263; }

 p { color: rgb(105,98,99); }

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

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

 a { background-color: rgb(105,98,99); }

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

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

 span { border-color: rgb(105,98,99); }

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