#63404F

Color #63404F Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #63404F

Tints of Finn #63404F

Color information

#63404F (or 0x63404F) is unknown color: approx Finn. HEX triplet: 63, 40 and 4F. RGB value is (99,64,79). Sum of RGB (Red+Green+Blue) = 99+64+79=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #63404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63404F is #9CBFB0. Grayscale: #4C4C4C. Windows color (decimal): -10272689 or 5193827. OLE color: 5193827.

HSL color Cylindrical-coordinate representation of color #63404F: hue angle of 334.29º 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 #63404F is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB996479-
CMYK00.350.200.61
HSL334.29º21.47%31.96%-
HSV(B)334.29º35.35%38.82%-
XYZ8.396.888.28-
YUV76.18129.6144.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.91%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=40.91%
G=26.45%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99647900.350.200.61334.2921.4731.96
Hex63404F023143D14e1520
Octal14310011704324755162540
Binary11000111000000100111101000111010011110110100111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #63404F;
 }
 .AnyTagClassName
 {
   color: #63404F;
 }
</style>
background-color css

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

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

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

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

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

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