#68525D

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

Shades of Finn #68525D

Tints of Finn #68525D

Color information

#68525D (or 0x68525D) is unknown color: approx Finn. HEX triplet: 68, 52 and 5D. RGB value is (104,82,93). Sum of RGB (Red+Green+Blue) = 104+82+93=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #68525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68525D is #97ADA2. Grayscale: #595959. Windows color (decimal): -9940387 or 6115944. OLE color: 6115944.

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

Color convert

RGB1048293-
CMYK00.210.110.59
HSL330º11.83%36.47%-
HSV(B)330º21.15%40.78%-
XYZ10.79.7711.68-
YUV89.83129.79138.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 93 (36.72% from 255) = 33.33%
R=37.28%
G=29.39%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104829300.210.110.5933011.8336.47
Hex68525D015B3B14ac24
Octal15012213502513735121444
Binary11010001010010101110101010110111110111010010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68525D; }

 p { color: rgb(104,82,93); }

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

<style>
 a { background-color: #68525D; }

 a { background-color: rgb(104,82,93); }

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

<style>
 span { border-color: #68525D; }

 span { border-color: rgb(104,82,93); }

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