Html Css Color HEX #61755C Finlandia

📋 copy color: '#61755C'

red 97 ◦ green 117 ◦ blue 92

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

Shades of Finlandia #61755C

Tints of Finlandia #61755C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.24%

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

R = 31.7%
G = 38.24%
B = 30.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#61755C (or 0x61755C) is known color: Finlandia. HEX triplet: 61, 75 and 5C. RGB value is (97,117,92). Sum of RGB (Red+Green+Blue) = 97+117+92=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #61755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61755C is #9E8AA3. Grayscale: #6C6C6C. Windows color (decimal): -10390180 or 6059361. OLE color: 6059361.

HSL color Cylindrical-coordinate representation of color #61755C: hue angle of 108º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61755C is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 117 92 -
CMYK 0.17 0 0.21 0.54
HSL 108º 0.12% 0.41% -
HSV(B) 108º 0.21% 0.46% -
XYZ 13.22 16.04 12.52 -
YUV 108.17 118.87 120.03 -
System Red Green Blue C M Y K H S L
Decimal 97 117 92 0.17 0 0.21 0.54 108 0.12 0.41
Hex 61 75 5C 11 0 15 36 6C C 29
Octal 141 165 134 21 0 25 66 154 14 51
Binary 1100001 1110101 1011100 10001 0 10101 110110 1101100 1100 101001

Color Harmonies of #61755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61755C

Black with #61755C

Text Example


Text Example

White with #61755C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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