#68505F

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

Shades of Finn #68505F

Tints of Finn #68505F

Color information

#68505F (or 0x68505F) is unknown color: approx Finn. HEX triplet: 68, 50 and 5F. RGB value is (104,80,95). Sum of RGB (Red+Green+Blue) = 104+80+95=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #68505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68505F is #97AFA0. Grayscale: #585858. Windows color (decimal): -9940897 or 6246504. OLE color: 6246504.

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

Color convert

RGB1048095-
CMYK00.230.090.59
HSL322.5º13.04%36.08%-
HSV(B)322.5º23.08%40.78%-
XYZ10.649.5112.1-
YUV88.89131.45138.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 95 (37.5% from 255) = 34.05%
R=37.28%
G=28.67%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104809500.230.090.59322.513.0436.08
Hex68505F01793B142d24
Octal15012013702711735021544
Binary11010001010000101111101011110011110111010000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68505F; }

 p { color: rgb(104,80,95); }

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

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

 a { background-color: rgb(104,80,95); }

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

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

 span { border-color: rgb(104,80,95); }

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