#604350

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

Shades of Finn #604350

Tints of Finn #604350

Color information

#604350 (or 0x604350) is unknown color: approx Finn. HEX triplet: 60, 43 and 50. RGB value is (96,67,80). Sum of RGB (Red+Green+Blue) = 96+67+80=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #604350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604350 is #9FBCAF. Grayscale: #4D4D4D. Windows color (decimal): -10468528 or 5260128. OLE color: 5260128.

HSL color Cylindrical-coordinate representation of color #604350: hue angle of 333.1º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #604350 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB966780-
CMYK00.300.170.62
HSL333.1º17.79%31.96%-
HSV(B)333.1º30.21%37.65%-
XYZ8.287.088.52-
YUV77.15129.61141.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 67 (26.56% from 255) = 27.57%
BLUE value IS 80 (31.64% from 255) = 32.92%
R=39.51%
G=27.57%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96678000.300.170.62333.117.7931.96
Hex60435001E113E14d1220
Octal14010312003621765152240
Binary1100000100001110100000111101000111111010100110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604350; }

 p { color: rgb(96,67,80); }

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

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

 a { background-color: rgb(96,67,80); }

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

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

 span { border-color: rgb(96,67,80); }

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