#68525A

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

Shades of Finn #68525A

Tints of Finn #68525A

Color information

#68525A (or 0x68525A) is unknown color: approx Finn. HEX triplet: 68, 52 and 5A. RGB value is (104,82,90). Sum of RGB (Red+Green+Blue) = 104+82+90=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #68525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68525A is #97ADA5. Grayscale: #595959. Windows color (decimal): -9940390 or 5919336. OLE color: 5919336.

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

Color convert

RGB1048290-
CMYK00.210.130.59
HSL338.18º11.83%36.47%-
HSV(B)338.18º21.15%40.78%-
XYZ10.579.7210.99-
YUV89.49128.29138.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.68%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 90 (35.55% from 255) = 32.61%
R=37.68%
G=29.71%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104829000.210.130.59338.1811.8336.47
Hex68525A015D3B152c24
Octal15012213202515735221444
Binary11010001010010101101001010111011110111010100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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