#63475A

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

Shades of Finn #63475A

Tints of Finn #63475A

Color information

#63475A (or 0x63475A) is unknown color: approx Finn. HEX triplet: 63, 47 and 5A. RGB value is (99,71,90). Sum of RGB (Red+Green+Blue) = 99+71+90=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 99 - color contains mainly: red. Hex color #63475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63475A is #9CB8A5. Grayscale: #515151. Windows color (decimal): -10270886 or 5916515. OLE color: 5916515.

HSL color Cylindrical-coordinate representation of color #63475A: hue angle of 319.29º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63475A is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB997190-
CMYK00.280.090.61
HSL319.29º16.47%33.33%-
HSV(B)319.29º28.28%38.82%-
XYZ9.247.910.71-
YUV81.54132.78140.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.08%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 90 (35.55% from 255) = 34.62%
R=38.08%
G=27.31%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99719000.280.090.61319.2916.4733.33
Hex63475A01C93D13f1021
Octal14310713203411754772041
Binary110001110001111011010011100100111110110011111110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63475A; }

 p { color: rgb(99,71,90); }

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

<style>
 a { background-color: #63475A; }

 a { background-color: rgb(99,71,90); }

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

<style>
 span { border-color: #63475A; }

 span { border-color: rgb(99,71,90); }

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