Html Css Color HEX #63765E Finlandia

📋 copy color: '#63765E'

red 99 ◦ green 118 ◦ blue 94

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

Shades of Finlandia #63765E

Tints of Finlandia #63765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.94%

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

R = 31.83%
G = 37.94%
B = 30.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#63765E (or 0x63765E) is known color: Finlandia. HEX triplet: 63, 76 and 5E. RGB value is (99,118,94). Sum of RGB (Red+Green+Blue) = 99+118+94=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 118 - color contains mainly: green. Hex color #63765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63765E is #9C89A1. Grayscale: #6D6D6D. Windows color (decimal): -10258850 or 6190691. OLE color: 6190691.

HSL color Cylindrical-coordinate representation of color #63765E: hue angle of 107.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63765E is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 99 118 94 -
CMYK 0.16 0 0.20 0.54
HSL 107.5º 0.11% 0.42% -
HSV(B) 107.5º 0.2% 0.46% -
XYZ 13.64 16.42 13.04 -
YUV 109.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 99 118 94 0.16 0 0.20 0.54 107.5 0.11 0.42
Hex 63 76 5E 10 0 14 36 6C B 2A
Octal 143 166 136 20 0 24 66 154 13 52
Binary 1100011 1110110 1011110 10000 0 10100 110110 1101100 1011 101010

Color Harmonies of #63765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63765E

Black with #63765E

Text Example


Text Example

White with #63765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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