#633950

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

Shades of Finn #633950

Tints of Finn #633950

Color information

#633950 (or 0x633950) is unknown color: approx Finn. HEX triplet: 63, 39 and 50. RGB value is (99,57,80). Sum of RGB (Red+Green+Blue) = 99+57+80=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 99 - color contains mainly: red. Hex color #633950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633950 is #9CC6AF. Grayscale: #484848. Windows color (decimal): -10274480 or 5257571. OLE color: 5257571.

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

Color convert

RGB995780-
CMYK00.420.190.61
HSL327.14º26.92%30.59%-
HSV(B)327.14º42.42%38.82%-
XYZ8.066.168.35-
YUV72.18132.41147.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.95%
GREEN value IS 57 (22.66% from 255) = 24.15%
BLUE value IS 80 (31.64% from 255) = 33.90%
R=41.95%
G=24.15%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99578000.420.190.61327.1426.9230.59
Hex63395002A133D1471b1f
Octal1437112005223755073337
Binary110001111100110100000101010100111111011010001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633950; }

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

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

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

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

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

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

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

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