#63575D

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

Shades of Finn #63575D

Tints of Finn #63575D

Color information

#63575D (or 0x63575D) is unknown color: approx Finn. HEX triplet: 63, 57 and 5D. RGB value is (99,87,93). Sum of RGB (Red+Green+Blue) = 99+87+93=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 99 - color contains mainly: red. Hex color #63575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63575D is #9CA8A2. Grayscale: #5B5B5B. Windows color (decimal): -10266787 or 6117219. OLE color: 6117219.

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

Color convert

RGB998793-
CMYK00.120.060.61
HSL330º6.45%36.47%-
HSV(B)330º12.12%38.82%-
XYZ10.5310.2611.78-
YUV91.27128.98133.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.48%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 93 (36.72% from 255) = 33.33%
R=35.48%
G=31.18%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99879300.120.060.613306.4536.47
Hex63575D0C63D14a624
Octal143127135014675512644
Binary11000111010111101110101100110111101101001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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