Shades of Finn #634255
Tints of Finn #634255
RGB
CMYK
RGB Variations
Color information
#634255 (or 0x634255) is known color: Finn. HEX triplet: 63, 42 and 55. RGB value is (99,66,85). Sum of RGB (Red+Green+Blue) = 99+66+85=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 99 - color contains mainly: red. Hex color #634255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634255 is #9CBDAA. Grayscale: #4D4D4D. Windows color (decimal): -10272171 or 5587555. OLE color: 5587555.
HSL color Cylindrical-coordinate representation of color #634255: hue angle of 325.45º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #634255 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 66 | 85 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.61 |
| HSL | 325.45º | 0.2% | 0.32% | - |
| HSV(B) | 325.45º | 0.33% | 0.39% | - |
| XYZ | 8.73 | 7.2 | 9.52 | - |
| YUV | 78.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 85 | 0 | 0.33 | 0.14 | 0.61 | 325.45 | 0.2 | 0.32 |
| Hex | 63 | 42 | 55 | 0 | 21 | E | 3D | 145 | 14 | 20 |
| Octal | 143 | 102 | 125 | 0 | 41 | 16 | 75 | 505 | 24 | 40 |
| Binary | 1100011 | 1000010 | 1010101 | 0 | 100001 | 1110 | 111101 | 101000101 | 10100 | 100000 |
Color Harmonies of #634255
Complementary color
Monochromatic Colors of #634255
Black with #634255
Text Example
Text Example
White with #634255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634255; }
p { color: rgb(99,66,85); }
H1.HeaderClassName
{
color: #634255;
}
.AnyTagClassName
{
color: #634255;
}
</style>
background-color css
<style>
a { background-color: #634255; }
a { background-color: rgb(99,66,85); }
div.DivClassName
{
background-color: #634255;
}
.BgClassName
{
background-color: #634255;
}
</style>
border-color css
<style>
span { border-color: #634255; }
span { border-color: rgb(99,66,85); }
td.TdClassName
{
border-color: #634255;
}
.TagClassName
{
border-color: #634255;
}
</style>