#68505B

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

Shades of Finn #68505B

Tints of Finn #68505B

Color information

#68505B (or 0x68505B) is unknown color: approx Finn. HEX triplet: 68, 50 and 5B. RGB value is (104,80,91). Sum of RGB (Red+Green+Blue) = 104+80+91=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #68505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68505B is #97AFA4. Grayscale: #585858. Windows color (decimal): -9940901 or 5984360. OLE color: 5984360.

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

Color convert

RGB1048091-
CMYK00.230.120.59
HSL332.5º13.04%36.08%-
HSV(B)332.5º23.08%40.78%-
XYZ10.479.4411.17-
YUV88.43129.45139.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.82%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=37.82%
G=29.09%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104809100.230.120.59332.513.0436.08
Hex68505B017C3B14cd24
Octal15012013302714735141544
Binary11010001010000101101101011111001110111010011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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