#63424E

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

Shades of Finn #63424E

Tints of Finn #63424E

Color information

#63424E (or 0x63424E) is unknown color: approx Finn. HEX triplet: 63, 42 and 4E. RGB value is (99,66,78). Sum of RGB (Red+Green+Blue) = 99+66+78=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 99 - color contains mainly: red. Hex color #63424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63424E is #9CBDB1. Grayscale: #4D4D4D. Windows color (decimal): -10272178 or 5128803. OLE color: 5128803.

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

Color convert

RGB996678-
CMYK00.330.210.61
HSL338.18º20%32.35%-
HSV(B)338.18º33.33%38.82%-
XYZ8.477.18.13-
YUV77.23128.43143.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.74%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 78 (30.86% from 255) = 32.10%
R=40.74%
G=27.16%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99667800.330.210.61338.182032.35
Hex63424E021153D1521420
Octal14310211604125755222440
Binary11000111000010100111001000011010111110110101001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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