Shades of Finn #63535C
Tints of Finn #63535C
RGB
CMYK
RGB Variations
Color information
#63535C (or 0x63535C) is known color: Finn. HEX triplet: 63, 53 and 5C. RGB value is (99,83,92). Sum of RGB (Red+Green+Blue) = 99+83+92=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 99 - color contains mainly: red. Hex color #63535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63535C is #9CACA3. Grayscale: #585858. Windows color (decimal): -10267812 or 6050659. OLE color: 6050659.
HSL color Cylindrical-coordinate representation of color #63535C: hue angle of 326.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #63535C is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 83 | 92 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.61 |
| HSL | 326.25º | 0.09% | 0.36% | - |
| HSV(B) | 326.25º | 0.16% | 0.39% | - |
| XYZ | 10.17 | 9.61 | 11.44 | - |
| YUV | 88.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 92 | 0 | 0.16 | 0.07 | 0.61 | 326.25 | 0.09 | 0.36 |
| Hex | 63 | 53 | 5C | 0 | 10 | 7 | 3D | 146 | 9 | 24 |
| Octal | 143 | 123 | 134 | 0 | 20 | 7 | 75 | 506 | 11 | 44 |
| Binary | 1100011 | 1010011 | 1011100 | 0 | 10000 | 111 | 111101 | 101000110 | 1001 | 100100 |
Color Harmonies of #63535C
Complementary color
Monochromatic Colors of #63535C
Black with #63535C
Text Example
Text Example
White with #63535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63535C; }
p { color: rgb(99,83,92); }
H1.HeaderClassName
{
color: #63535C;
}
.AnyTagClassName
{
color: #63535C;
}
</style>
background-color css
<style>
a { background-color: #63535C; }
a { background-color: rgb(99,83,92); }
div.DivClassName
{
background-color: #63535C;
}
.BgClassName
{
background-color: #63535C;
}
</style>
border-color css
<style>
span { border-color: #63535C; }
span { border-color: rgb(99,83,92); }
td.TdClassName
{
border-color: #63535C;
}
.TagClassName
{
border-color: #63535C;
}
</style>