#63545D

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

Shades of Finn #63545D

Tints of Finn #63545D

Color information

#63545D (or 0x63545D) is unknown color: approx Finn. HEX triplet: 63, 54 and 5D. RGB value is (99,84,93). Sum of RGB (Red+Green+Blue) = 99+84+93=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 99 - color contains mainly: red. Hex color #63545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63545D is #9CABA2. Grayscale: #595959. Windows color (decimal): -10267555 or 6116451. OLE color: 6116451.

HSL color Cylindrical-coordinate representation of color #63545D: hue angle of 324º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #63545D is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB998493-
CMYK00.150.060.61
HSL324º8.2%35.88%-
HSV(B)324º15.15%38.82%-
XYZ10.299.7811.7-
YUV89.51129.97134.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.87%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 93 (36.72% from 255) = 33.70%
R=35.87%
G=30.43%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99849300.150.060.613248.235.88
Hex63545D0F63D144824
Octal1431241350176755041044
Binary110001110101001011101011111101111011010001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63545D; }

 p { color: rgb(99,84,93); }

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

<style>
 a { background-color: #63545D; }

 a { background-color: rgb(99,84,93); }

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

<style>
 span { border-color: #63545D; }

 span { border-color: rgb(99,84,93); }

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