#60354F

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

Shades of Finn #60354F

Tints of Finn #60354F

Color information

#60354F (or 0x60354F) is unknown color: approx Finn. HEX triplet: 60, 35 and 4F. RGB value is (96,53,79). Sum of RGB (Red+Green+Blue) = 96+53+79=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #60354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60354F is #9FCAB0. Grayscale: #444444. Windows color (decimal): -10472113 or 5191008. OLE color: 5191008.

HSL color Cylindrical-coordinate representation of color #60354F: hue angle of 323.72º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60354F is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB965379-
CMYK00.450.180.62
HSL323.72º28.86%29.22%-
HSV(B)323.72º44.79%37.65%-
XYZ7.515.68.08-
YUV68.82133.75147.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.11%
GREEN value IS 53 (21.09% from 255) = 23.25%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=42.11%
G=23.25%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96537900.450.180.62323.7228.8629.22
Hex60354F02D123E1441d1d
Octal1406511705522765043535
Binary110000011010110011110101101100101111101010001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60354F; }

 p { color: rgb(96,53,79); }

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

<style>
 a { background-color: #60354F; }

 a { background-color: rgb(96,53,79); }

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

<style>
 span { border-color: #60354F; }

 span { border-color: rgb(96,53,79); }

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