#634056

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

Shades of Finn #634056

Tints of Finn #634056

Color information

#634056 (or 0x634056) is unknown color: approx Finn. HEX triplet: 63, 40 and 56. RGB value is (99,64,86). Sum of RGB (Red+Green+Blue) = 99+64+86=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #634056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634056 is #9CBFA9. Grayscale: #4C4C4C. Windows color (decimal): -10272682 or 5652579. OLE color: 5652579.

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

Color convert

RGB996486-
CMYK00.350.130.61
HSL322.29º21.47%31.96%-
HSV(B)322.29º35.35%38.82%-
XYZ8.666.999.7-
YUV76.97133.1143.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.76%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 86 (33.98% from 255) = 34.54%
R=39.76%
G=25.70%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99648600.350.130.61322.2921.4731.96
Hex634056023D3D1421520
Octal14310012604315755022540
Binary1100011100000010101100100011110111110110100001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634056; }

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

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

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

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

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

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

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

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