Shades of Finn #634E5C
Tints of Finn #634E5C
RGB
CMYK
RGB Variations
Color information
#634E5C (or 0x634E5C) is known color: Finn. HEX triplet: 63, 4E and 5C. RGB value is (99,78,92). Sum of RGB (Red+Green+Blue) = 99+78+92=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 99 - color contains mainly: red. Hex color #634E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634E5C is #9CB1A3. Grayscale: #555555. Windows color (decimal): -10269092 or 6049379. OLE color: 6049379.
HSL color Cylindrical-coordinate representation of color #634E5C: hue angle of 320º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #634E5C is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 78 | 92 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.61 |
| HSL | 320º | 0.12% | 0.35% | - |
| HSV(B) | 320º | 0.21% | 0.39% | - |
| XYZ | 9.8 | 8.87 | 11.32 | - |
| YUV | 85.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 92 | 0 | 0.21 | 0.07 | 0.61 | 320 | 0.12 | 0.35 |
| Hex | 63 | 4E | 5C | 0 | 15 | 7 | 3D | 140 | C | 23 |
| Octal | 143 | 116 | 134 | 0 | 25 | 7 | 75 | 500 | 14 | 43 |
| Binary | 1100011 | 1001110 | 1011100 | 0 | 10101 | 111 | 111101 | 101000000 | 1100 | 100011 |
Color Harmonies of #634E5C
Complementary color
Monochromatic Colors of #634E5C
Black with #634E5C
Text Example
Text Example
White with #634E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634E5C; }
p { color: rgb(99,78,92); }
H1.HeaderClassName
{
color: #634E5C;
}
.AnyTagClassName
{
color: #634E5C;
}
</style>
background-color css
<style>
a { background-color: #634E5C; }
a { background-color: rgb(99,78,92); }
div.DivClassName
{
background-color: #634E5C;
}
.BgClassName
{
background-color: #634E5C;
}
</style>
border-color css
<style>
span { border-color: #634E5C; }
span { border-color: rgb(99,78,92); }
td.TdClassName
{
border-color: #634E5C;
}
.TagClassName
{
border-color: #634E5C;
}
</style>