Html Css Color HEX #63775F Finlandia

📋 copy color: '#63775F'

red 99 ◦ green 119 ◦ blue 95

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

Shades of Finlandia #63775F

Tints of Finlandia #63775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.02%

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

R = 31.63%
G = 38.02%
B = 30.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#63775F (or 0x63775F) is known color: Finlandia. HEX triplet: 63, 77 and 5F. RGB value is (99,119,95). Sum of RGB (Red+Green+Blue) = 99+119+95=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #63775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63775F is #9C88A0. Grayscale: #6E6E6E. Windows color (decimal): -10258593 or 6256483. OLE color: 6256483.

HSL color Cylindrical-coordinate representation of color #63775F: hue angle of 110º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63775F is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 99 119 95 -
CMYK 0.17 0 0.20 0.53
HSL 110º 0.11% 0.42% -
HSV(B) 110º 0.2% 0.47% -
XYZ 13.81 16.67 13.32 -
YUV 110.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 99 119 95 0.17 0 0.20 0.53 110 0.11 0.42
Hex 63 77 5F 11 0 14 35 6E B 2A
Octal 143 167 137 21 0 24 65 156 13 52
Binary 1100011 1110111 1011111 10001 0 10100 110101 1101110 1011 101010

Color Harmonies of #63775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63775F

Black with #63775F

Text Example


Text Example

White with #63775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,119,95); }

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

background-color css

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

 a { background-color: rgb(99,119,95); }

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

border-color css

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

 span { border-color: rgb(99,119,95); }

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