#68525B

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

Shades of Finn #68525B

Tints of Finn #68525B

Color information

#68525B (or 0x68525B) is unknown color: approx Finn. HEX triplet: 68, 52 and 5B. RGB value is (104,82,91). Sum of RGB (Red+Green+Blue) = 104+82+91=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #68525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68525B is #97ADA4. Grayscale: #595959. Windows color (decimal): -9940389 or 5984872. OLE color: 5984872.

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

Color convert

RGB1048291-
CMYK00.210.120.59
HSL335.45º11.83%36.47%-
HSV(B)335.45º21.15%40.78%-
XYZ10.619.7311.22-
YUV89.6128.79138.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=37.55%
G=29.60%
B=32.85%

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
Decimal104829100.210.120.59335.4511.8336.47
Hex68525B015C3B14fc24
Octal15012213302514735171444
Binary11010001010010101101101010111001110111010011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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