#634855

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

Shades of Finn #634855

Tints of Finn #634855

Color information

#634855 (or 0x634855) is unknown color: approx Finn. HEX triplet: 63, 48 and 55. RGB value is (99,72,85). Sum of RGB (Red+Green+Blue) = 99+72+85=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 99 - color contains mainly: red. Hex color #634855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634855 is #9CB7AA. Grayscale: #515151. Windows color (decimal): -10270635 or 5589091. OLE color: 5589091.

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

Color convert

RGB997285-
CMYK00.270.140.61
HSL331.11º15.79%33.53%-
HSV(B)331.11º27.27%38.82%-
XYZ9.17.949.65-
YUV81.55129.95140.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.67%
GREEN value IS 72 (28.52% from 255) = 28.12%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=38.67%
G=28.12%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99728500.270.140.61331.1115.7933.53
Hex63485501BE3D14b1022
Octal14311012503316755132042
Binary110001110010001010101011011111011110110100101110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634855; }

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

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

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

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

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

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

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

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