#61735B

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

Shades of Finlandia #61735B

Tints of Finlandia #61735B

Color information

#61735B (or 0x61735B) is unknown color: approx Finlandia. HEX triplet: 61, 73 and 5B. RGB value is (97,115,91). Sum of RGB (Red+Green+Blue) = 97+115+91=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 115 - color contains mainly: green. Hex color #61735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61735B is #9E8CA4. Grayscale: #6A6A6A. Windows color (decimal): -10390693 or 5993313. OLE color: 5993313.

HSL color Cylindrical-coordinate representation of color #61735B: hue angle of 105º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61735B is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB9711591-
CMYK0.1600.210.55
HSL105º11.65%40.39%-
HSV(B)105º20.87%45.1%-
XYZ12.9515.5612.22-
YUV106.88119.04120.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.01%
GREEN value IS 115 (45.31% from 255) = 37.95%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=32.01%
G=37.95%
B=30.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97115910.1600.210.5510511.6540.39
Hex61735B100153769c28
Octal14116313320025671511450
Binary1100001111001110110111000001010111011111010011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61735B; }

 p { color: rgb(97,115,91); }

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

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

 a { background-color: rgb(97,115,91); }

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

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

 span { border-color: rgb(97,115,91); }

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