#634657

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

Shades of Finn #634657

Tints of Finn #634657

Color information

#634657 (or 0x634657) is unknown color: approx Finn. HEX triplet: 63, 46 and 57. RGB value is (99,70,87). Sum of RGB (Red+Green+Blue) = 99+70+87=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 99 - color contains mainly: red. Hex color #634657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634657 is #9CB9A8. Grayscale: #505050. Windows color (decimal): -10271145 or 5719651. OLE color: 5719651.

HSL color Cylindrical-coordinate representation of color #634657: hue angle of 324.83º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #634657 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB997087-
CMYK00.290.120.61
HSL324.83º17.16%33.14%-
HSV(B)324.83º29.29%38.82%-
XYZ9.067.7210.03-
YUV80.61131.61141.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.67%
GREEN value IS 70 (27.73% from 255) = 27.34%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=38.67%
G=27.34%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99708700.290.120.61324.8317.1633.14
Hex63465701DC3D1451121
Octal14310612703514755052141
Binary110001110001101010111011101110011110110100010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634657; }

 p { color: rgb(99,70,87); }

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

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

 a { background-color: rgb(99,70,87); }

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

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

 span { border-color: rgb(99,70,87); }

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