Shades of Finn #65535B
Tints of Finn #65535B
RGB
CMYK
RGB Variations
Color information
#65535B (or 0x65535B) is known color: Finn. HEX triplet: 65, 53 and 5B. RGB value is (101,83,91). Sum of RGB (Red+Green+Blue) = 101+83+91=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 101 - color contains mainly: red. Hex color #65535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65535B is #9AACA4. Grayscale: #595959. Windows color (decimal): -10136741 or 5985125. OLE color: 5985125.
HSL color Cylindrical-coordinate representation of color #65535B: hue angle of 333.33º 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 #65535B is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 91 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.60 |
| HSL | 333.33º | 0.1% | 0.36% | - |
| HSV(B) | 333.33º | 0.18% | 0.4% | - |
| XYZ | 10.35 | 9.71 | 11.23 | - |
| YUV | 89.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 91 | 0 | 0.18 | 0.10 | 0.60 | 333.33 | 0.1 | 0.36 |
| Hex | 65 | 53 | 5B | 0 | 12 | A | 3C | 14D | A | 24 |
| Octal | 145 | 123 | 133 | 0 | 22 | 12 | 74 | 515 | 12 | 44 |
| Binary | 1100101 | 1010011 | 1011011 | 0 | 10010 | 1010 | 111100 | 101001101 | 1010 | 100100 |
Color Harmonies of #65535B
Complementary color
Monochromatic Colors of #65535B
Black with #65535B
Text Example
Text Example
White with #65535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65535B; }
p { color: rgb(101,83,91); }
H1.HeaderClassName
{
color: #65535B;
}
.AnyTagClassName
{
color: #65535B;
}
</style>
background-color css
<style>
a { background-color: #65535B; }
a { background-color: rgb(101,83,91); }
div.DivClassName
{
background-color: #65535B;
}
.BgClassName
{
background-color: #65535B;
}
</style>
border-color css
<style>
span { border-color: #65535B; }
span { border-color: rgb(101,83,91); }
td.TdClassName
{
border-color: #65535B;
}
.TagClassName
{
border-color: #65535B;
}
</style>