#603F54

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

Shades of Finn #603F54

Tints of Finn #603F54

Color information

#603F54 (or 0x603F54) is unknown color: approx Finn. HEX triplet: 60, 3F and 54. RGB value is (96,63,84). Sum of RGB (Red+Green+Blue) = 96+63+84=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #603F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603F54 is #9FC0AB. Grayscale: #4B4B4B. Windows color (decimal): -10469548 or 5521248. OLE color: 5521248.

HSL color Cylindrical-coordinate representation of color #603F54: hue angle of 321.82º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #603F54 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB966384-
CMYK00.340.120.62
HSL321.82º20.75%31.18%-
HSV(B)321.82º34.38%37.65%-
XYZ8.26.689.24-
YUV75.26132.93142.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 63 (25% from 255) = 25.93%
BLUE value IS 84 (33.20% from 255) = 34.57%
R=39.51%
G=25.93%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96638400.340.120.62321.8220.7531.18
Hex603F54022C3E142151f
Octal1407712404214765022537
Binary11000001111111010100010001011001111101010000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603F54; }

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

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

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

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

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

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

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

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