Shades of Finn #633C56
Tints of Finn #633C56
RGB
CMYK
RGB Variations
Color information
#633C56 (or 0x633C56) is known color: Finn. HEX triplet: 63, 3C and 56. RGB value is (99,60,86). Sum of RGB (Red+Green+Blue) = 99+60+86=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #633C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633C56 is #9CC3A9. Grayscale: #4A4A4A. Windows color (decimal): -10273706 or 5651555. OLE color: 5651555.
HSL color Cylindrical-coordinate representation of color #633C56: hue angle of 320º 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 #633C56 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 60 | 86 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.61 |
| HSL | 320º | 0.25% | 0.31% | - |
| HSV(B) | 320º | 0.39% | 0.39% | - |
| XYZ | 8.44 | 6.56 | 9.62 | - |
| YUV | 74.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 86 | 0 | 0.39 | 0.13 | 0.61 | 320 | 0.25 | 0.31 |
| Hex | 63 | 3C | 56 | 0 | 27 | D | 3D | 140 | 19 | 1F |
| Octal | 143 | 74 | 126 | 0 | 47 | 15 | 75 | 500 | 31 | 37 |
| Binary | 1100011 | 111100 | 1010110 | 0 | 100111 | 1101 | 111101 | 101000000 | 11001 | 11111 |
Color Harmonies of #633C56
Complementary color
Monochromatic Colors of #633C56
Black with #633C56
Text Example
Text Example
White with #633C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633C56; }
p { color: rgb(99,60,86); }
H1.HeaderClassName
{
color: #633C56;
}
.AnyTagClassName
{
color: #633C56;
}
</style>
background-color css
<style>
a { background-color: #633C56; }
a { background-color: rgb(99,60,86); }
div.DivClassName
{
background-color: #633C56;
}
.BgClassName
{
background-color: #633C56;
}
</style>
border-color css
<style>
span { border-color: #633C56; }
span { border-color: rgb(99,60,86); }
td.TdClassName
{
border-color: #633C56;
}
.TagClassName
{
border-color: #633C56;
}
</style>