Shades of Finn #633F55
Tints of Finn #633F55
RGB
CMYK
RGB Variations
Color information
#633F55 (or 0x633F55) is known color: Finn. HEX triplet: 63, 3F and 55. RGB value is (99,63,85). Sum of RGB (Red+Green+Blue) = 99+63+85=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #633F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633F55 is #9CC0AA. Grayscale: #4C4C4C. Windows color (decimal): -10272939 or 5586787. OLE color: 5586787.
HSL color Cylindrical-coordinate representation of color #633F55: hue angle of 323.33º 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 #633F55 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 63 | 85 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.61 |
| HSL | 323.33º | 0.22% | 0.32% | - |
| HSV(B) | 323.33º | 0.36% | 0.39% | - |
| XYZ | 8.56 | 6.86 | 9.47 | - |
| YUV | 76.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 63 | 85 | 0 | 0.36 | 0.14 | 0.61 | 323.33 | 0.22 | 0.32 |
| Hex | 63 | 3F | 55 | 0 | 24 | E | 3D | 143 | 16 | 20 |
| Octal | 143 | 77 | 125 | 0 | 44 | 16 | 75 | 503 | 26 | 40 |
| Binary | 1100011 | 111111 | 1010101 | 0 | 100100 | 1110 | 111101 | 101000011 | 10110 | 100000 |
Color Harmonies of #633F55
Complementary color
Monochromatic Colors of #633F55
Black with #633F55
Text Example
Text Example
White with #633F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633F55; }
p { color: rgb(99,63,85); }
H1.HeaderClassName
{
color: #633F55;
}
.AnyTagClassName
{
color: #633F55;
}
</style>
background-color css
<style>
a { background-color: #633F55; }
a { background-color: rgb(99,63,85); }
div.DivClassName
{
background-color: #633F55;
}
.BgClassName
{
background-color: #633F55;
}
</style>
border-color css
<style>
span { border-color: #633F55; }
span { border-color: rgb(99,63,85); }
td.TdClassName
{
border-color: #633F55;
}
.TagClassName
{
border-color: #633F55;
}
</style>