#68535C

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

Shades of Finn #68535C

Tints of Finn #68535C

Color information

#68535C (or 0x68535C) is unknown color: approx Finn. HEX triplet: 68, 53 and 5C. RGB value is (104,83,92). Sum of RGB (Red+Green+Blue) = 104+83+92=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #68535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68535C is #97ACA3. Grayscale: #5A5A5A. Windows color (decimal): -9940132 or 6050664. OLE color: 6050664.

HSL color Cylindrical-coordinate representation of color #68535C: hue angle of 334.29º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #68535C is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1048392-
CMYK00.200.120.59
HSL334.29º11.23%36.67%-
HSV(B)334.29º20.19%40.78%-
XYZ10.739.911.47-
YUV90.3128.96137.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=37.28%
G=29.75%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104839200.200.120.59334.2911.2336.67
Hex68535C014C3B14eb25
Octal15012313402414735161345
Binary11010001010011101110001010011001110111010011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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