#63485B

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

Shades of Finn #63485B

Tints of Finn #63485B

Color information

#63485B (or 0x63485B) is unknown color: approx Finn. HEX triplet: 63, 48 and 5B. RGB value is (99,72,91). Sum of RGB (Red+Green+Blue) = 99+72+91=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #63485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63485B is #9CB7A4. Grayscale: #525252. Windows color (decimal): -10270629 or 5982307. OLE color: 5982307.

HSL color Cylindrical-coordinate representation of color #63485B: hue angle of 317.78º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #63485B is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB997291-
CMYK00.270.080.61
HSL317.78º15.79%33.53%-
HSV(B)317.78º27.27%38.82%-
XYZ9.358.0410.96-
YUV82.24132.95139.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.79%
GREEN value IS 72 (28.52% from 255) = 27.48%
BLUE value IS 91 (35.94% from 255) = 34.73%
R=37.79%
G=27.48%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99729100.270.080.61317.7815.7933.53
Hex63485B01B83D13e1022
Octal14311013303310754762042
Binary110001110010001011011011011100011110110011111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63485B; }

 p { color: rgb(99,72,91); }

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

<style>
 a { background-color: #63485B; }

 a { background-color: rgb(99,72,91); }

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

<style>
 span { border-color: #63485B; }

 span { border-color: rgb(99,72,91); }

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