#68525C

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

Shades of Finn #68525C

Tints of Finn #68525C

Color information

#68525C (or 0x68525C) is unknown color: approx Finn. HEX triplet: 68, 52 and 5C. RGB value is (104,82,92). Sum of RGB (Red+Green+Blue) = 104+82+92=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #68525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68525C is #97ADA3. Grayscale: #595959. Windows color (decimal): -9940388 or 6050408. OLE color: 6050408.

HSL color Cylindrical-coordinate representation of color #68525C: hue angle of 332.73º 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 #68525C is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1048292-
CMYK00.210.120.59
HSL332.73º11.83%36.47%-
HSV(B)332.73º21.15%40.78%-
XYZ10.669.7511.45-
YUV89.72129.29138.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 92 (36.33% from 255) = 33.09%
R=37.41%
G=29.50%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104829200.210.120.59332.7311.8336.47
Hex68525C015C3B14dc24
Octal15012213402514735151444
Binary11010001010010101110001010111001110111010011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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