#634750

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

Shades of Finn #634750

Tints of Finn #634750

Color information

#634750 (or 0x634750) is unknown color: approx Finn. HEX triplet: 63, 47 and 50. RGB value is (99,71,80). Sum of RGB (Red+Green+Blue) = 99+71+80=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 99 - color contains mainly: red. Hex color #634750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634750 is #9CB8AF. Grayscale: #505050. Windows color (decimal): -10270896 or 5261155. OLE color: 5261155.

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

Color convert

RGB997180-
CMYK00.280.190.61
HSL340.71º16.47%33.33%-
HSV(B)340.71º28.28%38.82%-
XYZ8.857.748.62-
YUV80.4127.78141.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.6%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 80 (31.64% from 255) = 32%
R=39.6%
G=28.4%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99718000.280.190.61340.7116.4733.33
Hex63475001C133D1551021
Octal14310712003423755252041
Binary1100011100011110100000111001001111110110101010110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634750; }

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

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

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

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

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

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

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

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