#634851

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

Shades of Finn #634851

Tints of Finn #634851

Color information

#634851 (or 0x634851) is unknown color: approx Finn. HEX triplet: 63, 48 and 51. RGB value is (99,72,81). Sum of RGB (Red+Green+Blue) = 99+72+81=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 99 - color contains mainly: red. Hex color #634851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634851 is #9CB7AE. Grayscale: #515151. Windows color (decimal): -10270639 or 5326947. OLE color: 5326947.

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

Color convert

RGB997281-
CMYK00.270.180.61
HSL340º15.79%33.53%-
HSV(B)340º27.27%38.82%-
XYZ8.957.888.83-
YUV81.1127.95140.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.29%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 81 (32.03% from 255) = 32.14%
R=39.29%
G=28.57%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99728100.270.180.6134015.7933.53
Hex63485101B123D1541022
Octal14311012103322755242042
Binary1100011100100010100010110111001011110110101010010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634851; }

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

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

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

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

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

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

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

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