Shades of Finn #633C51
Tints of Finn #633C51
RGB
CMYK
RGB Variations
Color information
#633C51 (or 0x633C51) is known color: Finn. HEX triplet: 63, 3C and 51. RGB value is (99,60,81). Sum of RGB (Red+Green+Blue) = 99+60+81=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 99 - color contains mainly: red. Hex color #633C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633C51 is #9CC3AE. Grayscale: #4A4A4A. Windows color (decimal): -10273711 or 5323875. OLE color: 5323875.
HSL color Cylindrical-coordinate representation of color #633C51: hue angle of 327.69º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #633C51 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 60 | 81 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.61 |
| HSL | 327.69º | 0.25% | 0.31% | - |
| HSV(B) | 327.69º | 0.39% | 0.39% | - |
| XYZ | 8.25 | 6.48 | 8.6 | - |
| YUV | 74.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 81 | 0 | 0.39 | 0.18 | 0.61 | 327.69 | 0.25 | 0.31 |
| Hex | 63 | 3C | 51 | 0 | 27 | 12 | 3D | 148 | 19 | 1F |
| Octal | 143 | 74 | 121 | 0 | 47 | 22 | 75 | 510 | 31 | 37 |
| Binary | 1100011 | 111100 | 1010001 | 0 | 100111 | 10010 | 111101 | 101001000 | 11001 | 11111 |
Color Harmonies of #633C51
Complementary color
Monochromatic Colors of #633C51
Black with #633C51
Text Example
Text Example
White with #633C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633C51; }
p { color: rgb(99,60,81); }
H1.HeaderClassName
{
color: #633C51;
}
.AnyTagClassName
{
color: #633C51;
}
</style>
background-color css
<style>
a { background-color: #633C51; }
a { background-color: rgb(99,60,81); }
div.DivClassName
{
background-color: #633C51;
}
.BgClassName
{
background-color: #633C51;
}
</style>
border-color css
<style>
span { border-color: #633C51; }
span { border-color: rgb(99,60,81); }
td.TdClassName
{
border-color: #633C51;
}
.TagClassName
{
border-color: #633C51;
}
</style>