#634055

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

Shades of Finn #634055

Tints of Finn #634055

Color information

#634055 (or 0x634055) is unknown color: approx Finn. HEX triplet: 63, 40 and 55. RGB value is (99,64,85). Sum of RGB (Red+Green+Blue) = 99+64+85=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #634055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634055 is #9CBFAA. Grayscale: #4C4C4C. Windows color (decimal): -10272683 or 5587043. OLE color: 5587043.

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

Color convert

RGB996485-
CMYK00.350.140.61
HSL324º21.47%31.96%-
HSV(B)324º35.35%38.82%-
XYZ8.626.989.49-
YUV76.86132.6143.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 85 (33.59% from 255) = 34.27%
R=39.92%
G=25.81%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99648500.350.140.6132421.4731.96
Hex634055023E3D1441520
Octal14310012504316755042540
Binary1100011100000010101010100011111011110110100010010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634055; }

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

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

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

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

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

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

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

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