#68545A

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

Shades of Finn #68545A

Tints of Finn #68545A

Color information

#68545A (or 0x68545A) is unknown color: approx Finn. HEX triplet: 68, 54 and 5A. RGB value is (104,84,90). Sum of RGB (Red+Green+Blue) = 104+84+90=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #68545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68545A is #97ABA5. Grayscale: #5A5A5A. Windows color (decimal): -9939878 or 5919848. OLE color: 5919848.

HSL color Cylindrical-coordinate representation of color #68545A: hue angle of 342º 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 #68545A is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB1048490-
CMYK00.190.130.59
HSL342º10.64%36.86%-
HSV(B)342º19.23%40.78%-
XYZ10.7210.0211.04-
YUV90.66127.63137.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=37.41%
G=30.22%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104849000.190.130.5934210.6436.86
Hex68545A013D3B156b25
Octal15012413202315735261345
Binary11010001010100101101001001111011110111010101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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