#60695F

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

Shades of Finlandia #60695F

Tints of Finlandia #60695F

Color information

#60695F (or 0x60695F) is unknown color: approx Finlandia. HEX triplet: 60, 69 and 5F. RGB value is (96,105,95). Sum of RGB (Red+Green+Blue) = 96+105+95=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 105 - color contains mainly: green. Hex color #60695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60695F is #9F96A0. Grayscale: #656565. Windows color (decimal): -10458785 or 6252896. OLE color: 6252896.

HSL color Cylindrical-coordinate representation of color #60695F: hue angle of 114º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #60695F is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB9610595-
CMYK0.0900.100.59
HSL114º5%39.22%-
HSV(B)114º9.52%41.18%-
XYZ11.9413.4212.79-
YUV101.17124.52124.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.43%
GREEN value IS 105 (41.41% from 255) = 35.47%
BLUE value IS 95 (37.5% from 255) = 32.09%
R=32.43%
G=35.47%
B=32.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96105950.0900.100.59114539.22
Hex60695F90A3B72527
Octal1401511371101273162547
Binary1100000110100110111111001010101110111110010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,105,95); }

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

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

 a { background-color: rgb(96,105,95); }

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

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

 span { border-color: rgb(96,105,95); }

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