#68575A

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

Shades of Falcon #68575A

Tints of Falcon #68575A

Color information

#68575A (or 0x68575A) is unknown color: approx Falcon. HEX triplet: 68, 57 and 5A. RGB value is (104,87,90). Sum of RGB (Red+Green+Blue) = 104+87+90=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #68575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68575A is #97A8A5. Grayscale: #5C5C5C. Windows color (decimal): -9939110 or 5920616. OLE color: 5920616.

HSL color Cylindrical-coordinate representation of color #68575A: hue angle of 349.41º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #68575A is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB1048790-
CMYK00.160.130.59
HSL349.41º8.9%37.45%-
HSV(B)349.41º16.35%40.78%-
XYZ10.9610.511.12-
YUV92.42126.63136.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 87 (34.38% from 255) = 30.96%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=37.01%
G=30.96%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104879000.160.130.59349.418.937.45
Hex68575A010D3B15d925
Octal15012713202015735351145
Binary11010001010111101101001000011011110111010111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68575A; }

 p { color: rgb(104,87,90); }

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

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

 a { background-color: rgb(104,87,90); }

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

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

 span { border-color: rgb(104,87,90); }

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