Shades of Finn #63555C
Tints of Finn #63555C
RGB
CMYK
RGB Variations
Color information
#63555C (or 0x63555C) is known color: Finn. HEX triplet: 63, 55 and 5C. RGB value is (99,85,92). Sum of RGB (Red+Green+Blue) = 99+85+92=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 99 - color contains mainly: red. Hex color #63555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63555C is #9CAAA3. Grayscale: #595959. Windows color (decimal): -10267300 or 6051171. OLE color: 6051171.
HSL color Cylindrical-coordinate representation of color #63555C: hue angle of 330º 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 #63555C is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 85 | 92 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.61 |
| HSL | 330º | 0.08% | 0.36% | - |
| HSV(B) | 330º | 0.14% | 0.39% | - |
| XYZ | 10.33 | 9.92 | 11.5 | - |
| YUV | 89.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 92 | 0 | 0.14 | 0.07 | 0.61 | 330 | 0.08 | 0.36 |
| Hex | 63 | 55 | 5C | 0 | E | 7 | 3D | 14A | 8 | 24 |
| Octal | 143 | 125 | 134 | 0 | 16 | 7 | 75 | 512 | 10 | 44 |
| Binary | 1100011 | 1010101 | 1011100 | 0 | 1110 | 111 | 111101 | 101001010 | 1000 | 100100 |
Color Harmonies of #63555C
Complementary color
Monochromatic Colors of #63555C
Black with #63555C
Text Example
Text Example
White with #63555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63555C; }
p { color: rgb(99,85,92); }
H1.HeaderClassName
{
color: #63555C;
}
.AnyTagClassName
{
color: #63555C;
}
</style>
background-color css
<style>
a { background-color: #63555C; }
a { background-color: rgb(99,85,92); }
div.DivClassName
{
background-color: #63555C;
}
.BgClassName
{
background-color: #63555C;
}
</style>
border-color css
<style>
span { border-color: #63555C; }
span { border-color: rgb(99,85,92); }
td.TdClassName
{
border-color: #63555C;
}
.TagClassName
{
border-color: #63555C;
}
</style>