#68485A

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

Shades of Finn #68485A

Tints of Finn #68485A

Color information

#68485A (or 0x68485A) is unknown color: approx Finn. HEX triplet: 68, 48 and 5A. RGB value is (104,72,90). Sum of RGB (Red+Green+Blue) = 104+72+90=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #68485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68485A is #97B7A5. Grayscale: #535353. Windows color (decimal): -9942950 or 5916776. OLE color: 5916776.

HSL color Cylindrical-coordinate representation of color #68485A: hue angle of 326.25º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68485A is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB1047290-
CMYK00.310.130.59
HSL326.25º18.18%34.51%-
HSV(B)326.25º30.77%40.78%-
XYZ9.878.3210.76-
YUV83.62131.6142.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.10%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 90 (35.55% from 255) = 33.83%
R=39.10%
G=27.07%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104729000.310.130.59326.2518.1834.51
Hex68485A01FD3B1461223
Octal15011013203715735062243
Binary110100010010001011010011111110111101110100011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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