#634959

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

Shades of Finn #634959

Tints of Finn #634959

Color information

#634959 (or 0x634959) is unknown color: approx Finn. HEX triplet: 63, 49 and 59. RGB value is (99,73,89). Sum of RGB (Red+Green+Blue) = 99+73+89=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #634959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634959 is #9CB6A6. Grayscale: #525252. Windows color (decimal): -10270375 or 5851491. OLE color: 5851491.

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

Color convert

RGB997389-
CMYK00.260.100.61
HSL323.08º15.12%33.73%-
HSV(B)323.08º26.26%38.82%-
XYZ9.338.1410.53-
YUV82.6131.61139.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.93%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 89 (35.16% from 255) = 34.10%
R=37.93%
G=27.97%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99738900.260.100.61323.0815.1233.73
Hex63495901AA3D143f22
Octal14311113103212755031742
Binary11000111001001101100101101010101111011010000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634959; }

 p { color: rgb(99,73,89); }

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

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

 a { background-color: rgb(99,73,89); }

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

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

 span { border-color: rgb(99,73,89); }

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