Shades of Finn #634D5B
Tints of Finn #634D5B
RGB
CMYK
RGB Variations
Color information
#634D5B (or 0x634D5B) is known color: Finn. HEX triplet: 63, 4D and 5B. RGB value is (99,77,91). Sum of RGB (Red+Green+Blue) = 99+77+91=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #634D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D5B is #9CB2A4. Grayscale: #555555. Windows color (decimal): -10269349 or 5983587. OLE color: 5983587.
HSL color Cylindrical-coordinate representation of color #634D5B: hue angle of 321.82º 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 #634D5B is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 77 | 91 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.61 |
| HSL | 321.82º | 0.13% | 0.35% | - |
| HSV(B) | 321.82º | 0.22% | 0.39% | - |
| XYZ | 9.69 | 8.72 | 11.07 | - |
| YUV | 85.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 91 | 0 | 0.22 | 0.08 | 0.61 | 321.82 | 0.13 | 0.35 |
| Hex | 63 | 4D | 5B | 0 | 16 | 8 | 3D | 142 | C | 23 |
| Octal | 143 | 115 | 133 | 0 | 26 | 10 | 75 | 502 | 14 | 43 |
| Binary | 1100011 | 1001101 | 1011011 | 0 | 10110 | 1000 | 111101 | 101000010 | 1100 | 100011 |
Color Harmonies of #634D5B
Complementary color
Monochromatic Colors of #634D5B
Black with #634D5B
Text Example
Text Example
White with #634D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D5B; }
p { color: rgb(99,77,91); }
H1.HeaderClassName
{
color: #634D5B;
}
.AnyTagClassName
{
color: #634D5B;
}
</style>
background-color css
<style>
a { background-color: #634D5B; }
a { background-color: rgb(99,77,91); }
div.DivClassName
{
background-color: #634D5B;
}
.BgClassName
{
background-color: #634D5B;
}
</style>
border-color css
<style>
span { border-color: #634D5B; }
span { border-color: rgb(99,77,91); }
td.TdClassName
{
border-color: #634D5B;
}
.TagClassName
{
border-color: #634D5B;
}
</style>