#604252

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

Shades of Finn #604252

Tints of Finn #604252

Color information

#604252 (or 0x604252) is unknown color: approx Finn. HEX triplet: 60, 42 and 52. RGB value is (96,66,82). Sum of RGB (Red+Green+Blue) = 96+66+82=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #604252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604252 is #9FBDAD. Grayscale: #4C4C4C. Windows color (decimal): -10468782 or 5390944. OLE color: 5390944.

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

Color convert

RGB966682-
CMYK00.310.150.62
HSL328º18.52%31.76%-
HSV(B)328º31.25%37.65%-
XYZ8.36.998.9-
YUV76.79130.94141.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 82 (32.42% from 255) = 33.61%
R=39.34%
G=27.05%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96668200.310.150.6232818.5231.76
Hex60425201FF3E1481320
Octal14010212203717765102340
Binary110000010000101010010011111111111111010100100010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604252; }

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

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

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

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

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

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

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

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