Html Css Color HEX #64715F Finlandia

📋 copy color: '#64715F'

red 100 ◦ green 113 ◦ blue 95

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

Shades of Finlandia #64715F

Tints of Finlandia #64715F

RGB

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

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

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

R = 32.47%
G = 36.69%
B = 30.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#64715F (or 0x64715F) is known color: Finlandia. HEX triplet: 64, 71 and 5F. RGB value is (100,113,95). Sum of RGB (Red+Green+Blue) = 100+113+95=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 113 - color contains mainly: green. Hex color #64715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64715F is #9B8EA0. Grayscale: #6B6B6B. Windows color (decimal): -10194593 or 6254948. OLE color: 6254948.

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

Color convert

RGB 100 113 95 -
CMYK 0.12 0 0.16 0.56
HSL 103.33º 0.09% 0.41% -
HSV(B) 103.33º 0.16% 0.44% -
XYZ 13.23 15.35 13.09 -
YUV 107.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 100 113 95 0.12 0 0.16 0.56 103.33 0.09 0.41
Hex 64 71 5F C 0 10 38 67 9 29
Octal 144 161 137 14 0 20 70 147 11 51
Binary 1100100 1110001 1011111 1100 0 10000 111000 1100111 1001 101001

Color Harmonies of #64715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64715F

Black with #64715F

Text Example


Text Example

White with #64715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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