Shades of Finn #65535D
Tints of Finn #65535D
RGB
CMYK
RGB Variations
Color information
#65535D (or 0x65535D) is known color: Finn. HEX triplet: 65, 53 and 5D. RGB value is (101,83,93). Sum of RGB (Red+Green+Blue) = 101+83+93=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 101 - color contains mainly: red. Hex color #65535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65535D is #9AACA2. Grayscale: #595959. Windows color (decimal): -10136739 or 6116197. OLE color: 6116197.
HSL color Cylindrical-coordinate representation of color #65535D: hue angle of 326.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #65535D is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 93 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.60 |
| HSL | 326.67º | 0.1% | 0.36% | - |
| HSV(B) | 326.67º | 0.18% | 0.4% | - |
| XYZ | 10.44 | 9.74 | 11.69 | - |
| YUV | 89.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 93 | 0 | 0.18 | 0.08 | 0.60 | 326.67 | 0.1 | 0.36 |
| Hex | 65 | 53 | 5D | 0 | 12 | 8 | 3C | 147 | A | 24 |
| Octal | 145 | 123 | 135 | 0 | 22 | 10 | 74 | 507 | 12 | 44 |
| Binary | 1100101 | 1010011 | 1011101 | 0 | 10010 | 1000 | 111100 | 101000111 | 1010 | 100100 |
Color Harmonies of #65535D
Complementary color
Monochromatic Colors of #65535D
Black with #65535D
Text Example
Text Example
White with #65535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65535D; }
p { color: rgb(101,83,93); }
H1.HeaderClassName
{
color: #65535D;
}
.AnyTagClassName
{
color: #65535D;
}
</style>
background-color css
<style>
a { background-color: #65535D; }
a { background-color: rgb(101,83,93); }
div.DivClassName
{
background-color: #65535D;
}
.BgClassName
{
background-color: #65535D;
}
</style>
border-color css
<style>
span { border-color: #65535D; }
span { border-color: rgb(101,83,93); }
td.TdClassName
{
border-color: #65535D;
}
.TagClassName
{
border-color: #65535D;
}
</style>