#634856

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

Shades of Finn #634856

Tints of Finn #634856

Color information

#634856 (or 0x634856) is unknown color: approx Finn. HEX triplet: 63, 48 and 56. RGB value is (99,72,86). Sum of RGB (Red+Green+Blue) = 99+72+86=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 99 - color contains mainly: red. Hex color #634856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634856 is #9CB7A9. Grayscale: #515151. Windows color (decimal): -10270634 or 5654627. OLE color: 5654627.

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

Color convert

RGB997286-
CMYK00.270.130.61
HSL328.89º15.79%33.53%-
HSV(B)328.89º27.27%38.82%-
XYZ9.147.969.86-
YUV81.67130.45140.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.52%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=38.52%
G=28.02%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99728600.270.130.61328.8915.7933.53
Hex63485601BD3D1491022
Octal14311012603315755112042
Binary110001110010001010110011011110111110110100100110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634856; }

 p { color: rgb(99,72,86); }

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

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

 a { background-color: rgb(99,72,86); }

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

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

 span { border-color: rgb(99,72,86); }

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