Html Css Color HEX #60715E Finlandia

📋 copy color: '#60715E'

red 96 ◦ green 113 ◦ blue 94

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

Shades of Finlandia #60715E

Tints of Finlandia #60715E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.29%

 BLUE value IS 94 (37.11% from 255) = 31.02%

R = 31.68%
G = 37.29%
B = 31.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#60715E (or 0x60715E) is known color: Finlandia. HEX triplet: 60, 71 and 5E. RGB value is (96,113,94). Sum of RGB (Red+Green+Blue) = 96+113+94=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 113 - color contains mainly: green. Hex color #60715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60715E is #9F8EA1. Grayscale: #696969. Windows color (decimal): -10456738 or 6189408. OLE color: 6189408.

HSL color Cylindrical-coordinate representation of color #60715E: hue angle of 113.68º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #60715E is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 113 94 -
CMYK 0.15 0 0.17 0.56
HSL 113.68º 0.09% 0.41% -
HSV(B) 113.68º 0.17% 0.44% -
XYZ 12.75 15.11 12.83 -
YUV 105.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 96 113 94 0.15 0 0.17 0.56 113.68 0.09 0.41
Hex 60 71 5E F 0 11 38 72 9 29
Octal 140 161 136 17 0 21 70 162 11 51
Binary 1100000 1110001 1011110 1111 0 10001 111000 1110010 1001 101001

Color Harmonies of #60715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60715E

Black with #60715E

Text Example


Text Example

White with #60715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60715E; }

 p { color: rgb(96,113,94); }

 H1.HeaderClassName
 {
   color: #60715E;
 }
 .AnyTagClassName
 {
   color: #60715E;
 }
</style>

background-color css

<style>
 a { background-color: #60715E; }

 a { background-color: rgb(96,113,94); }

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

border-color css

<style>
 span { border-color: #60715E; }

 span { border-color: rgb(96,113,94); }

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