Shades of Finn #63545A
Tints of Finn #63545A
RGB
CMYK
RGB Variations
Color information
#63545A (or 0x63545A) is known color: Finn. HEX triplet: 63, 54 and 5A. RGB value is (99,84,90). Sum of RGB (Red+Green+Blue) = 99+84+90=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #63545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63545A is #9CABA5. Grayscale: #595959. Windows color (decimal): -10267558 or 5919843. OLE color: 5919843.
HSL color Cylindrical-coordinate representation of color #63545A: hue angle of 336º 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 #63545A is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 84 | 90 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.61 |
| HSL | 336º | 0.08% | 0.36% | - |
| HSV(B) | 336º | 0.15% | 0.39% | - |
| XYZ | 10.16 | 9.73 | 11.02 | - |
| YUV | 89.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 90 | 0 | 0.15 | 0.09 | 0.61 | 336 | 0.08 | 0.36 |
| Hex | 63 | 54 | 5A | 0 | F | 9 | 3D | 150 | 8 | 24 |
| Octal | 143 | 124 | 132 | 0 | 17 | 11 | 75 | 520 | 10 | 44 |
| Binary | 1100011 | 1010100 | 1011010 | 0 | 1111 | 1001 | 111101 | 101010000 | 1000 | 100100 |
Color Harmonies of #63545A
Complementary color
Monochromatic Colors of #63545A
Black with #63545A
Text Example
Text Example
White with #63545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63545A; }
p { color: rgb(99,84,90); }
H1.HeaderClassName
{
color: #63545A;
}
.AnyTagClassName
{
color: #63545A;
}
</style>
background-color css
<style>
a { background-color: #63545A; }
a { background-color: rgb(99,84,90); }
div.DivClassName
{
background-color: #63545A;
}
.BgClassName
{
background-color: #63545A;
}
</style>
border-color css
<style>
span { border-color: #63545A; }
span { border-color: rgb(99,84,90); }
td.TdClassName
{
border-color: #63545A;
}
.TagClassName
{
border-color: #63545A;
}
</style>