#63555B

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

Shades of Finn #63555B

Tints of Finn #63555B

Color information

#63555B (or 0x63555B) is unknown color: approx Finn. HEX triplet: 63, 55 and 5B. RGB value is (99,85,91). Sum of RGB (Red+Green+Blue) = 99+85+91=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 99 - color contains mainly: red. Hex color #63555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63555B is #9CAAA4. Grayscale: #595959. Windows color (decimal): -10267301 or 5985635. OLE color: 5985635.

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

Color convert

RGB998591-
CMYK00.140.080.61
HSL334.29º7.61%36.08%-
HSV(B)334.29º14.14%38.82%-
XYZ10.289.911.27-
YUV89.87128.64134.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=36%
G=30.91%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99859100.140.080.61334.297.6136.08
Hex63555B0E83D14e824
Octal14312513301610755161044
Binary1100011101010110110110111010001111011010011101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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