#63414F

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

Shades of Finn #63414F

Tints of Finn #63414F

Color information

#63414F (or 0x63414F) is unknown color: approx Finn. HEX triplet: 63, 41 and 4F. RGB value is (99,65,79). Sum of RGB (Red+Green+Blue) = 99+65+79=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 99 - color contains mainly: red. Hex color #63414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63414F is #9CBEB0. Grayscale: #4C4C4C. Windows color (decimal): -10272433 or 5194083. OLE color: 5194083.

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

Color convert

RGB996579-
CMYK00.340.200.61
HSL335.29º20.73%32.16%-
HSV(B)335.29º34.34%38.82%-
XYZ8.4578.3-
YUV76.76129.26143.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.74%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=40.74%
G=26.75%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99657900.340.200.61335.2920.7332.16
Hex63414F022143D14f1520
Octal14310111704224755172540
Binary11000111000001100111101000101010011110110100111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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