Html Css Color HEX #63404E Finn

📋 copy color: '#63404E'

red 99 ◦ green 64 ◦ blue 78

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

Shades of Finn #63404E

Tints of Finn #63404E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.56%

 BLUE value IS 78 (30.86% from 255) = 32.37%

R = 41.08%
G = 26.56%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#63404E (or 0x63404E) is known color: Finn. HEX triplet: 63, 40 and 4E. RGB value is (99,64,78). Sum of RGB (Red+Green+Blue) = 99+64+78=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #63404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63404E is #9CBFB1. Grayscale: #4C4C4C. Windows color (decimal): -10272690 or 5128291. OLE color: 5128291.

HSL color Cylindrical-coordinate representation of color #63404E: hue angle of 336º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63404E is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 64 78 -
CMYK 0 0.35 0.21 0.61
HSL 336º 0.21% 0.32% -
HSV(B) 336º 0.35% 0.39% -
XYZ 8.35 6.87 8.09 -
YUV 76.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 99 64 78 0 0.35 0.21 0.61 336 0.21 0.32
Hex 63 40 4E 0 23 15 3D 150 15 20
Octal 143 100 116 0 43 25 75 520 25 40
Binary 1100011 1000000 1001110 0 100011 10101 111101 101010000 10101 100000

Color Harmonies of #63404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63404E

Black with #63404E

Text Example


Text Example

White with #63404E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,64,78); }

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

background-color css

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

 a { background-color: rgb(99,64,78); }

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

border-color css

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

 span { border-color: rgb(99,64,78); }

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