Html Css Color HEX #61735C Finlandia

📋 copy color: '#61735C'

red 97 ◦ green 115 ◦ blue 92

#61735C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finlandia #61735C

Tints of Finlandia #61735C

RGB

 RED value IS 97 (38.28% from 255) = 31.91%

 GREEN value IS 115 (45.31% from 255) = 37.83%

 BLUE value IS 92 (36.33% from 255) = 30.26%

R = 31.91%
G = 37.83%
B = 30.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#61735C (or 0x61735C) is known color: Finlandia. HEX triplet: 61, 73 and 5C. RGB value is (97,115,92). Sum of RGB (Red+Green+Blue) = 97+115+92=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 115 - color contains mainly: green. Hex color #61735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61735C is #9E8CA3. Grayscale: #6B6B6B. Windows color (decimal): -10390692 or 6058849. OLE color: 6058849.

HSL color Cylindrical-coordinate representation of color #61735C: hue angle of 106.96º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61735C is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 115 92 -
CMYK 0.16 0 0.20 0.55
HSL 106.96º 0.11% 0.41% -
HSV(B) 106.96º 0.2% 0.45% -
XYZ 12.99 15.58 12.45 -
YUV 107 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 97 115 92 0.16 0 0.20 0.55 106.96 0.11 0.41
Hex 61 73 5C 10 0 14 37 6B B 29
Octal 141 163 134 20 0 24 67 153 13 51
Binary 1100001 1110011 1011100 10000 0 10100 110111 1101011 1011 101001

Color Harmonies of #61735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61735C

Black with #61735C

Text Example


Text Example

White with #61735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61735C;
 }
 .AnyTagClassName
 {
   color: #61735C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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