#63565C

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

Shades of Finn #63565C

Tints of Finn #63565C

Color information

#63565C (or 0x63565C) is unknown color: approx Finn. HEX triplet: 63, 56 and 5C. RGB value is (99,86,92). Sum of RGB (Red+Green+Blue) = 99+86+92=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 99 - color contains mainly: red. Hex color #63565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63565C is #9CA9A3. Grayscale: #5A5A5A. Windows color (decimal): -10267044 or 6051427. OLE color: 6051427.

HSL color Cylindrical-coordinate representation of color #63565C: hue angle of 332.31º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #63565C is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB998692-
CMYK00.130.070.61
HSL332.31º7.03%36.27%-
HSV(B)332.31º13.13%38.82%-
XYZ10.4110.0811.52-
YUV90.57128.81134.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=35.74%
G=31.05%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99869200.130.070.61332.317.0336.27
Hex63565C0D73D14c724
Octal143126134015775514744
Binary11000111010110101110001101111111101101001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63565C; }

 p { color: rgb(99,86,92); }

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

<style>
 a { background-color: #63565C; }

 a { background-color: rgb(99,86,92); }

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

<style>
 span { border-color: #63565C; }

 span { border-color: rgb(99,86,92); }

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