Html Css Color HEX #606D5B Finlandia

📋 copy color: '#606D5B'

red 96 ◦ green 109 ◦ blue 91

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

Shades of Finlandia #606D5B

Tints of Finlandia #606D5B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.82%

 BLUE value IS 91 (35.94% from 255) = 30.74%

R = 32.43%
G = 36.82%
B = 30.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#606D5B (or 0x606D5B) is known color: Finlandia. HEX triplet: 60, 6D and 5B. RGB value is (96,109,91). Sum of RGB (Red+Green+Blue) = 96+109+91=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 109 - color contains mainly: green. Hex color #606D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D5B is #9F92A4. Grayscale: #676767. Windows color (decimal): -10457765 or 5991776. OLE color: 5991776.

HSL color Cylindrical-coordinate representation of color #606D5B: hue angle of 103.33º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #606D5B is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 109 91 -
CMYK 0.12 0 0.17 0.57
HSL 103.33º 0.09% 0.39% -
HSV(B) 103.33º 0.17% 0.43% -
XYZ 12.18 14.18 11.99 -
YUV 103.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 96 109 91 0.12 0 0.17 0.57 103.33 0.09 0.39
Hex 60 6D 5B C 0 11 39 67 9 27
Octal 140 155 133 14 0 21 71 147 11 47
Binary 1100000 1101101 1011011 1100 0 10001 111001 1100111 1001 100111

Color Harmonies of #606D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606D5B

Black with #606D5B

Text Example


Text Example

White with #606D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,109,91); }

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

background-color css

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

 a { background-color: rgb(96,109,91); }

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

border-color css

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

 span { border-color: rgb(96,109,91); }

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