#634755

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

Shades of Finn #634755

Tints of Finn #634755

Color information

#634755 (or 0x634755) is unknown color: approx Finn. HEX triplet: 63, 47 and 55. RGB value is (99,71,85). Sum of RGB (Red+Green+Blue) = 99+71+85=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 99 - color contains mainly: red. Hex color #634755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634755 is #9CB8AA. Grayscale: #505050. Windows color (decimal): -10270891 or 5588835. OLE color: 5588835.

HSL color Cylindrical-coordinate representation of color #634755: hue angle of 330º 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 #634755 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB997185-
CMYK00.280.140.61
HSL330º16.47%33.33%-
HSV(B)330º28.28%38.82%-
XYZ9.047.829.63-
YUV80.97130.28140.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.82%
GREEN value IS 71 (28.12% from 255) = 27.84%
BLUE value IS 85 (33.59% from 255) = 33.33%
R=38.82%
G=27.84%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99718500.280.140.6133016.4733.33
Hex63475501CE3D14a1021
Octal14310712503416755122041
Binary110001110001111010101011100111011110110100101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634755; }

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

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

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

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

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

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

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

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