#60715C

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

Shades of Finlandia #60715C

Tints of Finlandia #60715C

Color information

#60715C (or 0x60715C) is unknown color: approx Finlandia. HEX triplet: 60, 71 and 5C. RGB value is (96,113,92). Sum of RGB (Red+Green+Blue) = 96+113+92=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 113 - color contains mainly: green. Hex color #60715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60715C is #9F8EA3. Grayscale: #696969. Windows color (decimal): -10456740 or 6058336. OLE color: 6058336.

HSL color Cylindrical-coordinate representation of color #60715C: hue angle of 108.57º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #60715C is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB9611392-
CMYK0.1500.190.56
HSL108.57º10.24%40.2%-
HSV(B)108.57º18.58%44.31%-
XYZ12.6615.0712.37-
YUV105.52120.37121.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.89%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=31.89%
G=37.54%
B=30.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96113920.1500.190.56108.5710.2440.2
Hex60715CF013386da28
Octal14016113417023701551250
Binary110000011100011011100111101001111100011011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60715C; }

 p { color: rgb(96,113,92); }

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

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

 a { background-color: rgb(96,113,92); }

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

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

 span { border-color: rgb(96,113,92); }

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