Shades of Finn #65525E
Tints of Finn #65525E
RGB
CMYK
RGB Variations
Color information
#65525E (or 0x65525E) is known color: Finn. HEX triplet: 65, 52 and 5E. RGB value is (101,82,94). Sum of RGB (Red+Green+Blue) = 101+82+94=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 101 - color contains mainly: red. Hex color #65525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65525E is #9AADA1. Grayscale: #595959. Windows color (decimal): -10136994 or 6181477. OLE color: 6181477.
HSL color Cylindrical-coordinate representation of color #65525E: hue angle of 322.11º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #65525E is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 82 | 94 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.60 |
| HSL | 322.11º | 0.1% | 0.36% | - |
| HSV(B) | 322.11º | 0.19% | 0.4% | - |
| XYZ | 10.4 | 9.61 | 11.9 | - |
| YUV | 89.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 94 | 0 | 0.19 | 0.07 | 0.60 | 322.11 | 0.1 | 0.36 |
| Hex | 65 | 52 | 5E | 0 | 13 | 7 | 3C | 142 | A | 24 |
| Octal | 145 | 122 | 136 | 0 | 23 | 7 | 74 | 502 | 12 | 44 |
| Binary | 1100101 | 1010010 | 1011110 | 0 | 10011 | 111 | 111100 | 101000010 | 1010 | 100100 |
Color Harmonies of #65525E
Complementary color
Monochromatic Colors of #65525E
Black with #65525E
Text Example
Text Example
White with #65525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65525E; }
p { color: rgb(101,82,94); }
H1.HeaderClassName
{
color: #65525E;
}
.AnyTagClassName
{
color: #65525E;
}
</style>
background-color css
<style>
a { background-color: #65525E; }
a { background-color: rgb(101,82,94); }
div.DivClassName
{
background-color: #65525E;
}
.BgClassName
{
background-color: #65525E;
}
</style>
border-color css
<style>
span { border-color: #65525E; }
span { border-color: rgb(101,82,94); }
td.TdClassName
{
border-color: #65525E;
}
.TagClassName
{
border-color: #65525E;
}
</style>