#60394F

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

Shades of Finn #60394F

Tints of Finn #60394F

Color information

#60394F (or 0x60394F) is unknown color: approx Finn. HEX triplet: 60, 39 and 4F. RGB value is (96,57,79). Sum of RGB (Red+Green+Blue) = 96+57+79=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #60394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60394F is #9FC6B0. Grayscale: #474747. Windows color (decimal): -10471089 or 5192032. OLE color: 5192032.

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

Color convert

RGB965779-
CMYK00.410.180.62
HSL326.15º25.49%30%-
HSV(B)326.15º40.62%37.65%-
XYZ7.75.988.15-
YUV71.17132.42145.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 57 (22.66% from 255) = 24.57%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=41.38%
G=24.57%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96577900.410.180.62326.1525.4930
Hex60394F029123E146191e
Octal1407111705122765063136
Binary110000011100110011110101001100101111101010001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60394F; }

 p { color: rgb(96,57,79); }

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

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

 a { background-color: rgb(96,57,79); }

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

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

 span { border-color: rgb(96,57,79); }

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