Shades of Finn #634D5A
Tints of Finn #634D5A
RGB
CMYK
RGB Variations
Color information
#634D5A (or 0x634D5A) is known color: Finn. HEX triplet: 63, 4D and 5A. RGB value is (99,77,90). Sum of RGB (Red+Green+Blue) = 99+77+90=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 99 - color contains mainly: red. Hex color #634D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D5A is #9CB2A5. Grayscale: #555555. Windows color (decimal): -10269350 or 5918051. OLE color: 5918051.
HSL color Cylindrical-coordinate representation of color #634D5A: hue angle of 324.55º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #634D5A is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 77 | 90 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.61 |
| HSL | 324.55º | 0.13% | 0.35% | - |
| HSV(B) | 324.55º | 0.22% | 0.39% | - |
| XYZ | 9.64 | 8.7 | 10.84 | - |
| YUV | 85.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 90 | 0 | 0.22 | 0.09 | 0.61 | 324.55 | 0.13 | 0.35 |
| Hex | 63 | 4D | 5A | 0 | 16 | 9 | 3D | 145 | C | 23 |
| Octal | 143 | 115 | 132 | 0 | 26 | 11 | 75 | 505 | 14 | 43 |
| Binary | 1100011 | 1001101 | 1011010 | 0 | 10110 | 1001 | 111101 | 101000101 | 1100 | 100011 |
Color Harmonies of #634D5A
Complementary color
Monochromatic Colors of #634D5A
Black with #634D5A
Text Example
Text Example
White with #634D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D5A; }
p { color: rgb(99,77,90); }
H1.HeaderClassName
{
color: #634D5A;
}
.AnyTagClassName
{
color: #634D5A;
}
</style>
background-color css
<style>
a { background-color: #634D5A; }
a { background-color: rgb(99,77,90); }
div.DivClassName
{
background-color: #634D5A;
}
.BgClassName
{
background-color: #634D5A;
}
</style>
border-color css
<style>
span { border-color: #634D5A; }
span { border-color: rgb(99,77,90); }
td.TdClassName
{
border-color: #634D5A;
}
.TagClassName
{
border-color: #634D5A;
}
</style>