#634354

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

Shades of Finn #634354

Tints of Finn #634354

Color information

#634354 (or 0x634354) is unknown color: approx Finn. HEX triplet: 63, 43 and 54. RGB value is (99,67,84). Sum of RGB (Red+Green+Blue) = 99+67+84=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 99 - color contains mainly: red. Hex color #634354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634354 is #9CBCAB. Grayscale: #4E4E4E. Windows color (decimal): -10271916 or 5522275. OLE color: 5522275.

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

Color convert

RGB996784-
CMYK00.320.150.61
HSL328.12º19.28%32.55%-
HSV(B)328.12º32.32%38.82%-
XYZ8.757.319.34-
YUV78.51131.1142.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.6%
GREEN value IS 67 (26.56% from 255) = 26.8%
BLUE value IS 84 (33.20% from 255) = 33.6%
R=39.6%
G=26.8%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99678400.320.150.61328.1219.2832.55
Hex634354020F3D1481321
Octal14310312404017755102341
Binary1100011100001110101000100000111111110110100100010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634354; }

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

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

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

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

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

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

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

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