#634356

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

Shades of Finn #634356

Tints of Finn #634356

Color information

#634356 (or 0x634356) is unknown color: approx Finn. HEX triplet: 63, 43 and 56. RGB value is (99,67,86). Sum of RGB (Red+Green+Blue) = 99+67+86=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 99 - color contains mainly: red. Hex color #634356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634356 is #9CBCA9. Grayscale: #4E4E4E. Windows color (decimal): -10271914 or 5653347. OLE color: 5653347.

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

Color convert

RGB996786-
CMYK00.320.130.61
HSL324.38º19.28%32.55%-
HSV(B)324.38º32.32%38.82%-
XYZ8.837.349.76-
YUV78.73132.1142.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.29%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=39.29%
G=26.59%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99678600.320.130.61324.3819.2832.55
Hex634356020D3D1441321
Octal14310312604015755042341
Binary1100011100001110101100100000110111110110100010010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634356; }

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

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

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

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

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

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

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

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