Html Css Color HEX #60695F Finlandia

📋 copy color: '#60695F'

red 96 ◦ green 105 ◦ blue 95

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

Shades of Finlandia #60695F

Tints of Finlandia #60695F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.47%

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

R = 32.43%
G = 35.47%
B = 32.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#60695F (or 0x60695F) is known color: Finlandia. HEX triplet: 60, 69 and 5F. RGB value is (96,105,95). Sum of RGB (Red+Green+Blue) = 96+105+95=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 105 - color contains mainly: green. Hex color #60695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60695F is #9F96A0. Grayscale: #656565. Windows color (decimal): -10458785 or 6252896. OLE color: 6252896.

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

Color convert

RGB 96 105 95 -
CMYK 0.09 0 0.10 0.59
HSL 114º 0.05% 0.39% -
HSV(B) 114º 0.1% 0.41% -
XYZ 11.94 13.42 12.79 -
YUV 101.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 96 105 95 0.09 0 0.10 0.59 114 0.05 0.39
Hex 60 69 5F 9 0 A 3B 72 5 27
Octal 140 151 137 11 0 12 73 162 5 47
Binary 1100000 1101001 1011111 1001 0 1010 111011 1110010 101 100111

Color Harmonies of #60695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60695F

Black with #60695F

Text Example


Text Example

White with #60695F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,105,95); }

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

background-color css

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

 a { background-color: rgb(96,105,95); }

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

border-color css

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

 span { border-color: rgb(96,105,95); }

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