#686162

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

Shades of Falcon #686162

Tints of Falcon #686162

Color information

#686162 (or 0x686162) is unknown color: approx Falcon. HEX triplet: 68, 61 and 62. RGB value is (104,97,98). Sum of RGB (Red+Green+Blue) = 104+97+98=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 104 - color contains mainly: red. Hex color #686162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686162 is #979E9D. Grayscale: #636363. Windows color (decimal): -9936542 or 6447464. OLE color: 6447464.

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

Color convert

RGB1049798-
CMYK00.070.060.59
HSL351.43º3.48%39.41%-
HSV(B)351.43º6.73%40.78%-
XYZ12.1912.3713.3-
YUV99.21127.32131.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.78%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=34.78%
G=32.44%
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
Decimal104979800.070.060.59351.433.4839.41
Hex6861620763B15f327
Octal15014114207673537347
Binary110100011000011100010011111011101110101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686162; }

 p { color: rgb(104,97,98); }

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

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

 a { background-color: rgb(104,97,98); }

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

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

 span { border-color: rgb(104,97,98); }

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