Html Css Color HEX #61685F Finlandia

📋 copy color: '#61685F'

red 97 ◦ green 104 ◦ blue 95

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

Shades of Finlandia #61685F

Tints of Finlandia #61685F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.14%

 BLUE value IS 95 (37.5% from 255) = 32.09%

R = 32.77%
G = 35.14%
B = 32.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#61685F (or 0x61685F) is known color: Finlandia. HEX triplet: 61, 68 and 5F. RGB value is (97,104,95). Sum of RGB (Red+Green+Blue) = 97+104+95=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 104 - color contains mainly: green. Hex color #61685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61685F is #9E97A0. Grayscale: #646464. Windows color (decimal): -10393505 or 6252641. OLE color: 6252641.

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

Color convert

RGB 97 104 95 -
CMYK 0.07 0 0.09 0.59
HSL 106.67º 0.05% 0.39% -
HSV(B) 106.67º 0.09% 0.41% -
XYZ 11.95 13.27 12.76 -
YUV 100.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 97 104 95 0.07 0 0.09 0.59 106.67 0.05 0.39
Hex 61 68 5F 7 0 9 3B 6B 5 27
Octal 141 150 137 7 0 11 73 153 5 47
Binary 1100001 1101000 1011111 111 0 1001 111011 1101011 101 100111

Color Harmonies of #61685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61685F

Black with #61685F

Text Example


Text Example

White with #61685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,104,95); }

 H1.HeaderClassName
 {
   color: #61685F;
 }
 .AnyTagClassName
 {
   color: #61685F;
 }
</style>

background-color css

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

 a { background-color: rgb(97,104,95); }

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

border-color css

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

 span { border-color: rgb(97,104,95); }

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