Html Css Color HEX #64735F Finlandia

📋 copy color: '#64735F'

red 100 ◦ green 115 ◦ blue 95

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

Shades of Finlandia #64735F

Tints of Finlandia #64735F

RGB

 RED value IS 100 (39.45% from 255) = 32.26%

 GREEN value IS 115 (45.31% from 255) = 37.1%

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

R = 32.26%
G = 37.1%
B = 30.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#64735F (or 0x64735F) is known color: Finlandia. HEX triplet: 64, 73 and 5F. RGB value is (100,115,95). Sum of RGB (Red+Green+Blue) = 100+115+95=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 115 - color contains mainly: green. Hex color #64735F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64735F is #9B8CA0. Grayscale: #6C6C6C. Windows color (decimal): -10194081 or 6255460. OLE color: 6255460.

HSL color Cylindrical-coordinate representation of color #64735F: hue angle of 105º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #64735F is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 115 95 -
CMYK 0.13 0 0.17 0.55
HSL 105º 0.1% 0.41% -
HSV(B) 105º 0.17% 0.45% -
XYZ 13.45 15.8 13.17 -
YUV 108.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 100 115 95 0.13 0 0.17 0.55 105 0.1 0.41
Hex 64 73 5F D 0 11 37 69 A 29
Octal 144 163 137 15 0 21 67 151 12 51
Binary 1100100 1110011 1011111 1101 0 10001 110111 1101001 1010 101001

Color Harmonies of #64735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64735F

Black with #64735F

Text Example


Text Example

White with #64735F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,115,95); }

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

background-color css

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

 a { background-color: rgb(100,115,95); }

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

border-color css

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

 span { border-color: rgb(100,115,95); }

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