Shades of Finn #63545B
Tints of Finn #63545B
RGB
CMYK
RGB Variations
Color information
#63545B (or 0x63545B) is known color: Finn. HEX triplet: 63, 54 and 5B. RGB value is (99,84,91). Sum of RGB (Red+Green+Blue) = 99+84+91=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 99 - color contains mainly: red. Hex color #63545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63545B is #9CABA4. Grayscale: #595959. Windows color (decimal): -10267557 or 5985379. OLE color: 5985379.
HSL color Cylindrical-coordinate representation of color #63545B: hue angle of 332º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #63545B is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 84 | 91 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.61 |
| HSL | 332º | 0.08% | 0.36% | - |
| HSV(B) | 332º | 0.15% | 0.39% | - |
| XYZ | 10.2 | 9.75 | 11.24 | - |
| YUV | 89.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 91 | 0 | 0.15 | 0.08 | 0.61 | 332 | 0.08 | 0.36 |
| Hex | 63 | 54 | 5B | 0 | F | 8 | 3D | 14C | 8 | 24 |
| Octal | 143 | 124 | 133 | 0 | 17 | 10 | 75 | 514 | 10 | 44 |
| Binary | 1100011 | 1010100 | 1011011 | 0 | 1111 | 1000 | 111101 | 101001100 | 1000 | 100100 |
Color Harmonies of #63545B
Complementary color
Monochromatic Colors of #63545B
Black with #63545B
Text Example
Text Example
White with #63545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63545B; }
p { color: rgb(99,84,91); }
H1.HeaderClassName
{
color: #63545B;
}
.AnyTagClassName
{
color: #63545B;
}
</style>
background-color css
<style>
a { background-color: #63545B; }
a { background-color: rgb(99,84,91); }
div.DivClassName
{
background-color: #63545B;
}
.BgClassName
{
background-color: #63545B;
}
</style>
border-color css
<style>
span { border-color: #63545B; }
span { border-color: rgb(99,84,91); }
td.TdClassName
{
border-color: #63545B;
}
.TagClassName
{
border-color: #63545B;
}
</style>