Shades of Finn #63535B
Tints of Finn #63535B
RGB
CMYK
RGB Variations
Color information
#63535B (or 0x63535B) is known color: Finn. HEX triplet: 63, 53 and 5B. RGB value is (99,83,91). Sum of RGB (Red+Green+Blue) = 99+83+91=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #63535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63535B is #9CACA4. Grayscale: #585858. Windows color (decimal): -10267813 or 5985123. OLE color: 5985123.
HSL color Cylindrical-coordinate representation of color #63535B: hue angle of 330º 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 #63535B is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 83 | 91 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.61 |
| HSL | 330º | 0.09% | 0.36% | - |
| HSV(B) | 330º | 0.16% | 0.39% | - |
| XYZ | 10.13 | 9.59 | 11.22 | - |
| YUV | 88.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 91 | 0 | 0.16 | 0.08 | 0.61 | 330 | 0.09 | 0.36 |
| Hex | 63 | 53 | 5B | 0 | 10 | 8 | 3D | 14A | 9 | 24 |
| Octal | 143 | 123 | 133 | 0 | 20 | 10 | 75 | 512 | 11 | 44 |
| Binary | 1100011 | 1010011 | 1011011 | 0 | 10000 | 1000 | 111101 | 101001010 | 1001 | 100100 |
Color Harmonies of #63535B
Complementary color
Monochromatic Colors of #63535B
Black with #63535B
Text Example
Text Example
White with #63535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63535B; }
p { color: rgb(99,83,91); }
H1.HeaderClassName
{
color: #63535B;
}
.AnyTagClassName
{
color: #63535B;
}
</style>
background-color css
<style>
a { background-color: #63535B; }
a { background-color: rgb(99,83,91); }
div.DivClassName
{
background-color: #63535B;
}
.BgClassName
{
background-color: #63535B;
}
</style>
border-color css
<style>
span { border-color: #63535B; }
span { border-color: rgb(99,83,91); }
td.TdClassName
{
border-color: #63535B;
}
.TagClassName
{
border-color: #63535B;
}
</style>