#634D59

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

Shades of Finn #634D59

Tints of Finn #634D59

Color information

#634D59 (or 0x634D59) is unknown color: approx Finn. HEX triplet: 63, 4D and 59. RGB value is (99,77,89). Sum of RGB (Red+Green+Blue) = 99+77+89=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 99 - color contains mainly: red. Hex color #634D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D59 is #9CB2A6. Grayscale: #545454. Windows color (decimal): -10269351 or 5852515. OLE color: 5852515.

HSL color Cylindrical-coordinate representation of color #634D59: hue angle of 327.27º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #634D59 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB997789-
CMYK00.220.100.61
HSL327.27º12.5%34.51%-
HSV(B)327.27º22.22%38.82%-
XYZ9.68.6810.62-
YUV84.95130.29138.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 77 (30.47% from 255) = 29.06%
BLUE value IS 89 (35.16% from 255) = 33.58%
R=37.36%
G=29.06%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99778900.220.100.61327.2712.534.51
Hex634D59016A3D147c23
Octal14311513102612755071443
Binary11000111001101101100101011010101111011010001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634D59; }

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

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

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

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

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

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

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

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