Shades of Finn #634F5C
Tints of Finn #634F5C
RGB
CMYK
RGB Variations
Color information
#634F5C (or 0x634F5C) is known color: Finn. HEX triplet: 63, 4F and 5C. RGB value is (99,79,92). Sum of RGB (Red+Green+Blue) = 99+79+92=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 99 - color contains mainly: red. Hex color #634F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634F5C is #9CB0A3. Grayscale: #565656. Windows color (decimal): -10268836 or 6049635. OLE color: 6049635.
HSL color Cylindrical-coordinate representation of color #634F5C: hue angle of 321º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #634F5C is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 79 | 92 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.61 |
| HSL | 321º | 0.11% | 0.35% | - |
| HSV(B) | 321º | 0.2% | 0.39% | - |
| XYZ | 9.87 | 9.02 | 11.35 | - |
| YUV | 86.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 79 | 92 | 0 | 0.20 | 0.07 | 0.61 | 321 | 0.11 | 0.35 |
| Hex | 63 | 4F | 5C | 0 | 14 | 7 | 3D | 141 | B | 23 |
| Octal | 143 | 117 | 134 | 0 | 24 | 7 | 75 | 501 | 13 | 43 |
| Binary | 1100011 | 1001111 | 1011100 | 0 | 10100 | 111 | 111101 | 101000001 | 1011 | 100011 |
Color Harmonies of #634F5C
Complementary color
Monochromatic Colors of #634F5C
Black with #634F5C
Text Example
Text Example
White with #634F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634F5C; }
p { color: rgb(99,79,92); }
H1.HeaderClassName
{
color: #634F5C;
}
.AnyTagClassName
{
color: #634F5C;
}
</style>
background-color css
<style>
a { background-color: #634F5C; }
a { background-color: rgb(99,79,92); }
div.DivClassName
{
background-color: #634F5C;
}
.BgClassName
{
background-color: #634F5C;
}
</style>
border-color css
<style>
span { border-color: #634F5C; }
span { border-color: rgb(99,79,92); }
td.TdClassName
{
border-color: #634F5C;
}
.TagClassName
{
border-color: #634F5C;
}
</style>