#68495E

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

Shades of Finn #68495E

Tints of Finn #68495E

Color information

#68495E (or 0x68495E) is unknown color: approx Finn. HEX triplet: 68, 49 and 5E. RGB value is (104,73,94). Sum of RGB (Red+Green+Blue) = 104+73+94=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 104 - color contains mainly: red. Hex color #68495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68495E is #97B6A1. Grayscale: #545454. Windows color (decimal): -9942690 or 6179176. OLE color: 6179176.

HSL color Cylindrical-coordinate representation of color #68495E: hue angle of 319.35º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68495E is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1047394-
CMYK00.300.100.59
HSL319.35º17.51%34.71%-
HSV(B)319.35º29.81%40.78%-
XYZ10.118.5211.7-
YUV84.66133.27141.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.38%
GREEN value IS 73 (28.91% from 255) = 26.94%
BLUE value IS 94 (37.11% from 255) = 34.69%
R=38.38%
G=26.94%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104739400.300.100.59319.3517.5134.71
Hex68495E01EA3B13f1223
Octal15011113603612734772243
Binary110100010010011011110011110101011101110011111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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