Shades of Finn #634A56
Tints of Finn #634A56
RGB
CMYK
RGB Variations
Color information
#634A56 (or 0x634A56) is known color: Finn. HEX triplet: 63, 4A and 56. RGB value is (99,74,86). Sum of RGB (Red+Green+Blue) = 99+74+86=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 99 - color contains mainly: red. Hex color #634A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634A56 is #9CB5A9. Grayscale: #525252. Windows color (decimal): -10270122 or 5655139. OLE color: 5655139.
HSL color Cylindrical-coordinate representation of color #634A56: hue angle of 331.2º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #634A56 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 74 | 86 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.61 |
| HSL | 331.2º | 0.14% | 0.34% | - |
| HSV(B) | 331.2º | 0.25% | 0.39% | - |
| XYZ | 9.27 | 8.22 | 9.9 | - |
| YUV | 82.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 86 | 0 | 0.25 | 0.13 | 0.61 | 331.2 | 0.14 | 0.34 |
| Hex | 63 | 4A | 56 | 0 | 19 | D | 3D | 14B | E | 22 |
| Octal | 143 | 112 | 126 | 0 | 31 | 15 | 75 | 513 | 16 | 42 |
| Binary | 1100011 | 1001010 | 1010110 | 0 | 11001 | 1101 | 111101 | 101001011 | 1110 | 100010 |
Color Harmonies of #634A56
Complementary color
Monochromatic Colors of #634A56
Black with #634A56
Text Example
Text Example
White with #634A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A56; }
p { color: rgb(99,74,86); }
H1.HeaderClassName
{
color: #634A56;
}
.AnyTagClassName
{
color: #634A56;
}
</style>
background-color css
<style>
a { background-color: #634A56; }
a { background-color: rgb(99,74,86); }
div.DivClassName
{
background-color: #634A56;
}
.BgClassName
{
background-color: #634A56;
}
</style>
border-color css
<style>
span { border-color: #634A56; }
span { border-color: rgb(99,74,86); }
td.TdClassName
{
border-color: #634A56;
}
.TagClassName
{
border-color: #634A56;
}
</style>