#634050

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

Shades of Finn #634050

Tints of Finn #634050

Color information

#634050 (or 0x634050) is unknown color: approx Finn. HEX triplet: 63, 40 and 50. RGB value is (99,64,80). Sum of RGB (Red+Green+Blue) = 99+64+80=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 99 - color contains mainly: red. Hex color #634050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634050 is #9CBFAF. Grayscale: #4C4C4C. Windows color (decimal): -10272688 or 5259363. OLE color: 5259363.

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

Color convert

RGB996480-
CMYK00.350.190.61
HSL332.57º21.47%31.96%-
HSV(B)332.57º35.35%38.82%-
XYZ8.436.98.48-
YUV76.29130.1144.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.74%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 80 (31.64% from 255) = 32.92%
R=40.74%
G=26.34%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99648000.350.190.61332.5721.4731.96
Hex634050023133D14d1520
Octal14310012004323755152540
Binary11000111000000101000001000111001111110110100110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634050; }

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

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

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

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

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

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

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

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