#634854

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

Shades of Finn #634854

Tints of Finn #634854

Color information

#634854 (or 0x634854) is unknown color: approx Finn. HEX triplet: 63, 48 and 54. RGB value is (99,72,84). Sum of RGB (Red+Green+Blue) = 99+72+84=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 99 - color contains mainly: red. Hex color #634854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634854 is #9CB7AB. Grayscale: #515151. Windows color (decimal): -10270636 or 5523555. OLE color: 5523555.

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

Color convert

RGB997284-
CMYK00.270.150.61
HSL333.33º15.79%33.53%-
HSV(B)333.33º27.27%38.82%-
XYZ9.067.939.44-
YUV81.44129.45140.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.82%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 84 (33.20% from 255) = 32.94%
R=38.82%
G=28.24%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99728400.270.150.61333.3315.7933.53
Hex63485401BF3D14d1022
Octal14311012403317755152042
Binary110001110010001010100011011111111110110100110110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634854; }

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

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

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

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

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

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

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

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