#634053

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

Shades of Finn #634053

Tints of Finn #634053

Color information

#634053 (or 0x634053) is unknown color: approx Finn. HEX triplet: 63, 40 and 53. RGB value is (99,64,83). Sum of RGB (Red+Green+Blue) = 99+64+83=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #634053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634053 is #9CBFAC. Grayscale: #4C4C4C. Windows color (decimal): -10272685 or 5455971. OLE color: 5455971.

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

Color convert

RGB996483-
CMYK00.350.160.61
HSL327.43º21.47%31.96%-
HSV(B)327.43º35.35%38.82%-
XYZ8.546.949.07-
YUV76.63131.6143.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.24%
GREEN value IS 64 (25.39% from 255) = 26.02%
BLUE value IS 83 (32.81% from 255) = 33.74%
R=40.24%
G=26.02%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99648300.350.160.61327.4321.4731.96
Hex634053023103D1471520
Octal14310012304320755072540
Binary11000111000000101001101000111000011110110100011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634053; }

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

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

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

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

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

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

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

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