#68545C

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

Shades of Finn #68545C

Tints of Finn #68545C

Color information

#68545C (or 0x68545C) is unknown color: approx Finn. HEX triplet: 68, 54 and 5C. RGB value is (104,84,92). Sum of RGB (Red+Green+Blue) = 104+84+92=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #68545C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68545C is #97ABA3. Grayscale: #5A5A5A. Windows color (decimal): -9939876 or 6050920. OLE color: 6050920.

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

Color convert

RGB1048492-
CMYK00.190.120.59
HSL336º10.64%36.86%-
HSV(B)336º19.23%40.78%-
XYZ10.8110.0611.5-
YUV90.89128.63137.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=37.14%
G=30%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104849200.190.120.5933610.6436.86
Hex68545C013C3B150b25
Octal15012413402314735201345
Binary11010001010100101110001001111001110111010100001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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