Html Css Color HEX #63705E Finlandia

📋 copy color: '#63705E'

red 99 ◦ green 112 ◦ blue 94

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

Shades of Finlandia #63705E

Tints of Finlandia #63705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.72%

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

R = 32.46%
G = 36.72%
B = 30.82%

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

#63705E (or 0x63705E) is known color: Finlandia. HEX triplet: 63, 70 and 5E. RGB value is (99,112,94). Sum of RGB (Red+Green+Blue) = 99+112+94=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 112 - color contains mainly: green. Hex color #63705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63705E is #9C8FA1. Grayscale: #6A6A6A. Windows color (decimal): -10260386 or 6189155. OLE color: 6189155.

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

Color convert

RGB 99 112 94 -
CMYK 0.12 0 0.16 0.56
HSL 103.33º 0.09% 0.4% -
HSV(B) 103.33º 0.16% 0.44% -
XYZ 12.96 15.05 12.81 -
YUV 106.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 99 112 94 0.12 0 0.16 0.56 103.33 0.09 0.4
Hex 63 70 5E C 0 10 38 67 9 28
Octal 143 160 136 14 0 20 70 147 11 50
Binary 1100011 1110000 1011110 1100 0 10000 111000 1100111 1001 101000

Color Harmonies of #63705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63705E

Black with #63705E

Text Example


Text Example

White with #63705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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