#634650

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

Shades of Finn #634650

Tints of Finn #634650

Color information

#634650 (or 0x634650) is unknown color: approx Finn. HEX triplet: 63, 46 and 50. RGB value is (99,70,80). Sum of RGB (Red+Green+Blue) = 99+70+80=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #634650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634650 is #9CB9AF. Grayscale: #4F4F4F. Windows color (decimal): -10271152 or 5260899. OLE color: 5260899.

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

Color convert

RGB997080-
CMYK00.290.190.61
HSL339.31º17.16%33.14%-
HSV(B)339.31º29.29%38.82%-
XYZ8.787.618.6-
YUV79.81128.11141.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.76%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=39.76%
G=28.11%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99708000.290.190.61339.3117.1633.14
Hex63465001D133D1531121
Octal14310612003523755232141
Binary1100011100011010100000111011001111110110101001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634650; }

 p { color: rgb(99,70,80); }

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

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

 a { background-color: rgb(99,70,80); }

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

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

 span { border-color: rgb(99,70,80); }

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