#604752

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

Shades of Finn #604752

Tints of Finn #604752

Color information

#604752 (or 0x604752) is unknown color: approx Finn. HEX triplet: 60, 47 and 52. RGB value is (96,71,82). Sum of RGB (Red+Green+Blue) = 96+71+82=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #604752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604752 is #9FB8AD. Grayscale: #4F4F4F. Windows color (decimal): -10467502 or 5392224. OLE color: 5392224.

HSL color Cylindrical-coordinate representation of color #604752: hue angle of 333.6º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #604752 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB967182-
CMYK00.260.150.62
HSL333.6º14.97%32.75%-
HSV(B)333.6º26.04%37.65%-
XYZ8.67.69-
YUV79.73129.28139.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 71 (28.12% from 255) = 28.51%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=38.55%
G=28.51%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96718200.260.150.62333.614.9732.75
Hex60475201AF3E14ef21
Octal14010712203217765161741
Binary11000001000111101001001101011111111101010011101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604752; }

 p { color: rgb(96,71,82); }

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

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

 a { background-color: rgb(96,71,82); }

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

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

 span { border-color: rgb(96,71,82); }

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