#68525E

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

Shades of Finn #68525E

Tints of Finn #68525E

Color information

#68525E (or 0x68525E) is unknown color: approx Finn. HEX triplet: 68, 52 and 5E. RGB value is (104,82,94). Sum of RGB (Red+Green+Blue) = 104+82+94=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #68525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68525E is #97ADA1. Grayscale: #595959. Windows color (decimal): -9940386 or 6181480. OLE color: 6181480.

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

Color convert

RGB1048294-
CMYK00.210.100.59
HSL327.27º11.83%36.47%-
HSV(B)327.27º21.15%40.78%-
XYZ10.759.7911.91-
YUV89.95130.29138.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 82 (32.42% from 255) = 29.29%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=37.14%
G=29.29%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104829400.210.100.59327.2711.8336.47
Hex68525E015A3B147c24
Octal15012213602512735071444
Binary11010001010010101111001010110101110111010001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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