#633F50

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

Shades of Finn #633F50

Tints of Finn #633F50

Color information

#633F50 (or 0x633F50) is unknown color: approx Finn. HEX triplet: 63, 3F and 50. RGB value is (99,63,80). Sum of RGB (Red+Green+Blue) = 99+63+80=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #633F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633F50 is #9CC0AF. Grayscale: #4B4B4B. Windows color (decimal): -10272944 or 5259107. OLE color: 5259107.

HSL color Cylindrical-coordinate representation of color #633F50: hue angle of 331.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #633F50 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB996380-
CMYK00.360.190.61
HSL331.67º22.22%31.76%-
HSV(B)331.67º36.36%38.82%-
XYZ8.376.798.46-
YUV75.7130.43144.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.91%
GREEN value IS 63 (25% from 255) = 26.03%
BLUE value IS 80 (31.64% from 255) = 33.06%
R=40.91%
G=26.03%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99638000.360.190.61331.6722.2231.76
Hex633F50024133D14c1620
Octal1437712004423755142640
Binary1100011111111101000001001001001111110110100110010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633F50; }

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

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

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

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

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

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

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

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