Html Css Color HEX #606F5D Finlandia

📋 copy color: '#606F5D'

red 96 ◦ green 111 ◦ blue 93

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

Shades of Finlandia #606F5D

Tints of Finlandia #606F5D

RGB

 RED value IS 96 (37.89% from 255) = 32%

 GREEN value IS 111 (43.75% from 255) = 37%

 BLUE value IS 93 (36.72% from 255) = 31%

R = 32%
G = 37%
B = 31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#606F5D (or 0x606F5D) is known color: Finlandia. HEX triplet: 60, 6F and 5D. RGB value is (96,111,93). Sum of RGB (Red+Green+Blue) = 96+111+93=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 111 - color contains mainly: green. Hex color #606F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606F5D is #9F90A2. Grayscale: #686868. Windows color (decimal): -10457251 or 6123360. OLE color: 6123360.

HSL color Cylindrical-coordinate representation of color #606F5D: hue angle of 110º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #606F5D is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 111 93 -
CMYK 0.14 0 0.16 0.56
HSL 110º 0.09% 0.4% -
HSV(B) 110º 0.16% 0.44% -
XYZ 12.48 14.65 12.52 -
YUV 104.46 121.53 121.96 -
System Red Green Blue C M Y K H S L
Decimal 96 111 93 0.14 0 0.16 0.56 110 0.09 0.4
Hex 60 6F 5D E 0 10 38 6E 9 28
Octal 140 157 135 16 0 20 70 156 11 50
Binary 1100000 1101111 1011101 1110 0 10000 111000 1101110 1001 101000

Color Harmonies of #606F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606F5D

Black with #606F5D

Text Example


Text Example

White with #606F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606F5D; }

 p { color: rgb(96,111,93); }

 H1.HeaderClassName
 {
   color: #606F5D;
 }
 .AnyTagClassName
 {
   color: #606F5D;
 }
</style>

background-color css

<style>
 a { background-color: #606F5D; }

 a { background-color: rgb(96,111,93); }

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

border-color css

<style>
 span { border-color: #606F5D; }

 span { border-color: rgb(96,111,93); }

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