#634051

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

Shades of Finn #634051

Tints of Finn #634051

Color information

#634051 (or 0x634051) is unknown color: approx Finn. HEX triplet: 63, 40 and 51. RGB value is (99,64,81). Sum of RGB (Red+Green+Blue) = 99+64+81=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 99 - color contains mainly: red. Hex color #634051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634051 is #9CBFAE. Grayscale: #4C4C4C. Windows color (decimal): -10272687 or 5324899. OLE color: 5324899.

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

Color convert

RGB996481-
CMYK00.350.180.61
HSL330.86º21.47%31.96%-
HSV(B)330.86º35.35%38.82%-
XYZ8.466.918.67-
YUV76.4130.6144.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.57%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 81 (32.03% from 255) = 33.20%
R=40.57%
G=26.23%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99648100.350.180.61330.8621.4731.96
Hex634051023123D14b1520
Octal14310012104322755132540
Binary11000111000000101000101000111001011110110100101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634051; }

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

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

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

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

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

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

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

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