#68515E

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

Shades of Finn #68515E

Tints of Finn #68515E

Color information

#68515E (or 0x68515E) is unknown color: approx Finn. HEX triplet: 68, 51 and 5E. RGB value is (104,81,94). Sum of RGB (Red+Green+Blue) = 104+81+94=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #68515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68515E is #97AEA1. Grayscale: #595959. Windows color (decimal): -9940642 or 6181224. OLE color: 6181224.

HSL color Cylindrical-coordinate representation of color #68515E: hue angle of 326.09º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68515E is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1048194-
CMYK00.220.100.59
HSL326.09º12.43%36.27%-
HSV(B)326.09º22.12%40.78%-
XYZ10.679.6411.89-
YUV89.36130.62138.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=37.28%
G=29.03%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104819400.220.100.59326.0912.4336.27
Hex68515E016A3B146c24
Octal15012113602612735061444
Binary11010001010001101111001011010101110111010001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68515E; }

 p { color: rgb(104,81,94); }

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

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

 a { background-color: rgb(104,81,94); }

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

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

 span { border-color: rgb(104,81,94); }

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