Shades of Finn #64535B
Tints of Finn #64535B
RGB
CMYK
RGB Variations
Color information
#64535B (or 0x64535B) is known color: Finn. HEX triplet: 64, 53 and 5B. RGB value is (100,83,91). Sum of RGB (Red+Green+Blue) = 100+83+91=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 100 - color contains mainly: red. Hex color #64535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64535B is #9BACA4. Grayscale: #585858. Windows color (decimal): -10202277 or 5985124. OLE color: 5985124.
HSL color Cylindrical-coordinate representation of color #64535B: hue angle of 331.76º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #64535B is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 83 | 91 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.61 |
| HSL | 331.76º | 0.09% | 0.36% | - |
| HSV(B) | 331.76º | 0.17% | 0.39% | - |
| XYZ | 10.24 | 9.65 | 11.22 | - |
| YUV | 89 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 91 | 0 | 0.17 | 0.09 | 0.61 | 331.76 | 0.09 | 0.36 |
| Hex | 64 | 53 | 5B | 0 | 11 | 9 | 3D | 14C | 9 | 24 |
| Octal | 144 | 123 | 133 | 0 | 21 | 11 | 75 | 514 | 11 | 44 |
| Binary | 1100100 | 1010011 | 1011011 | 0 | 10001 | 1001 | 111101 | 101001100 | 1001 | 100100 |
Color Harmonies of #64535B
Complementary color
Monochromatic Colors of #64535B
Black with #64535B
Text Example
Text Example
White with #64535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64535B; }
p { color: rgb(100,83,91); }
H1.HeaderClassName
{
color: #64535B;
}
.AnyTagClassName
{
color: #64535B;
}
</style>
background-color css
<style>
a { background-color: #64535B; }
a { background-color: rgb(100,83,91); }
div.DivClassName
{
background-color: #64535B;
}
.BgClassName
{
background-color: #64535B;
}
</style>
border-color css
<style>
span { border-color: #64535B; }
span { border-color: rgb(100,83,91); }
td.TdClassName
{
border-color: #64535B;
}
.TagClassName
{
border-color: #64535B;
}
</style>