#604554

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

Shades of Finn #604554

Tints of Finn #604554

Color information

#604554 (or 0x604554) is unknown color: approx Finn. HEX triplet: 60, 45 and 54. RGB value is (96,69,84). Sum of RGB (Red+Green+Blue) = 96+69+84=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #604554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604554 is #9FBAAB. Grayscale: #4E4E4E. Windows color (decimal): -10468012 or 5522784. OLE color: 5522784.

HSL color Cylindrical-coordinate representation of color #604554: hue angle of 326.67º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #604554 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB966984-
CMYK00.280.120.62
HSL326.67º16.36%32.35%-
HSV(B)326.67º28.12%37.65%-
XYZ8.557.389.36-
YUV78.78130.95140.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 84 (33.20% from 255) = 33.73%
R=38.55%
G=27.71%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96698400.280.120.62326.6716.3632.35
Hex60455401CC3E1471020
Octal14010512403414765072040
Binary110000010001011010100011100110011111010100011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604554; }

 p { color: rgb(96,69,84); }

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

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

 a { background-color: rgb(96,69,84); }

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

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

 span { border-color: rgb(96,69,84); }

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