Shades of Finn #63555B
Tints of Finn #63555B
RGB
CMYK
RGB Variations
Color information
#63555B (or 0x63555B) is known color: Finn. HEX triplet: 63, 55 and 5B. RGB value is (99,85,91). Sum of RGB (Red+Green+Blue) = 99+85+91=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 99 - color contains mainly: red. Hex color #63555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63555B is #9CAAA4. Grayscale: #595959. Windows color (decimal): -10267301 or 5985635. OLE color: 5985635.
HSL color Cylindrical-coordinate representation of color #63555B: hue angle of 334.29º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #63555B is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 85 | 91 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.61 |
| HSL | 334.29º | 0.08% | 0.36% | - |
| HSV(B) | 334.29º | 0.14% | 0.39% | - |
| XYZ | 10.28 | 9.9 | 11.27 | - |
| YUV | 89.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 91 | 0 | 0.14 | 0.08 | 0.61 | 334.29 | 0.08 | 0.36 |
| Hex | 63 | 55 | 5B | 0 | E | 8 | 3D | 14E | 8 | 24 |
| Octal | 143 | 125 | 133 | 0 | 16 | 10 | 75 | 516 | 10 | 44 |
| Binary | 1100011 | 1010101 | 1011011 | 0 | 1110 | 1000 | 111101 | 101001110 | 1000 | 100100 |
Color Harmonies of #63555B
Complementary color
Monochromatic Colors of #63555B
Black with #63555B
Text Example
Text Example
White with #63555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63555B; }
p { color: rgb(99,85,91); }
H1.HeaderClassName
{
color: #63555B;
}
.AnyTagClassName
{
color: #63555B;
}
</style>
background-color css
<style>
a { background-color: #63555B; }
a { background-color: rgb(99,85,91); }
div.DivClassName
{
background-color: #63555B;
}
.BgClassName
{
background-color: #63555B;
}
</style>
border-color css
<style>
span { border-color: #63555B; }
span { border-color: rgb(99,85,91); }
td.TdClassName
{
border-color: #63555B;
}
.TagClassName
{
border-color: #63555B;
}
</style>