Html Css Color HEX #63715E Finlandia

📋 copy color: '#63715E'

red 99 ◦ green 113 ◦ blue 94

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

Shades of Finlandia #63715E

Tints of Finlandia #63715E

RGB

 RED value IS 99 (39.06% from 255) = 32.35%

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

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

R = 32.35%
G = 36.93%
B = 30.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#63715E (or 0x63715E) is known color: Finlandia. HEX triplet: 63, 71 and 5E. RGB value is (99,113,94). Sum of RGB (Red+Green+Blue) = 99+113+94=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 113 - color contains mainly: green. Hex color #63715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63715E is #9C8EA1. Grayscale: #6A6A6A. Windows color (decimal): -10260130 or 6189411. OLE color: 6189411.

HSL color Cylindrical-coordinate representation of color #63715E: hue angle of 104.21º 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 #63715E is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 113 94 -
CMYK 0.12 0 0.17 0.56
HSL 104.21º 0.09% 0.41% -
HSV(B) 104.21º 0.17% 0.44% -
XYZ 13.07 15.27 12.85 -
YUV 106.65 120.86 122.54 -
System Red Green Blue C M Y K H S L
Decimal 99 113 94 0.12 0 0.17 0.56 104.21 0.09 0.41
Hex 63 71 5E C 0 11 38 68 9 29
Octal 143 161 136 14 0 21 70 150 11 51
Binary 1100011 1110001 1011110 1100 0 10001 111000 1101000 1001 101001

Color Harmonies of #63715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63715E

Black with #63715E

Text Example


Text Example

White with #63715E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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