#68595C

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

Shades of Falcon #68595C

Tints of Falcon #68595C

Color information

#68595C (or 0x68595C) is unknown color: approx Falcon. HEX triplet: 68, 59 and 5C. RGB value is (104,89,92). Sum of RGB (Red+Green+Blue) = 104+89+92=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #68595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68595C is #97A6A3. Grayscale: #5D5D5D. Windows color (decimal): -9938596 or 6052200. OLE color: 6052200.

HSL color Cylindrical-coordinate representation of color #68595C: hue angle of 348º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #68595C is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1048992-
CMYK00.140.120.59
HSL348º7.77%37.84%-
HSV(B)348º14.42%40.78%-
XYZ11.2110.8611.63-
YUV93.83126.97135.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 92 (36.33% from 255) = 32.28%
R=36.49%
G=31.23%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104899200.140.120.593487.7737.84
Hex68595C0EC3B15c826
Octal15013113401614735341046
Binary1101000101100110111000111011001110111010111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68595C; }

 p { color: rgb(104,89,92); }

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

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

 a { background-color: rgb(104,89,92); }

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

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

 span { border-color: rgb(104,89,92); }

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