Shades of Finn #65525D
Tints of Finn #65525D
RGB
CMYK
RGB Variations
Color information
#65525D (or 0x65525D) is known color: Finn. HEX triplet: 65, 52 and 5D. RGB value is (101,82,93). Sum of RGB (Red+Green+Blue) = 101+82+93=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 101 - color contains mainly: red. Hex color #65525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65525D is #9AADA2. Grayscale: #585858. Windows color (decimal): -10136995 or 6115941. OLE color: 6115941.
HSL color Cylindrical-coordinate representation of color #65525D: hue angle of 325.26º 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 #65525D is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 82 | 93 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.60 |
| HSL | 325.26º | 0.1% | 0.36% | - |
| HSV(B) | 325.26º | 0.19% | 0.4% | - |
| XYZ | 10.36 | 9.59 | 11.66 | - |
| YUV | 88.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 93 | 0 | 0.19 | 0.08 | 0.60 | 325.26 | 0.1 | 0.36 |
| Hex | 65 | 52 | 5D | 0 | 13 | 8 | 3C | 145 | A | 24 |
| Octal | 145 | 122 | 135 | 0 | 23 | 10 | 74 | 505 | 12 | 44 |
| Binary | 1100101 | 1010010 | 1011101 | 0 | 10011 | 1000 | 111100 | 101000101 | 1010 | 100100 |
Color Harmonies of #65525D
Complementary color
Monochromatic Colors of #65525D
Black with #65525D
Text Example
Text Example
White with #65525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65525D; }
p { color: rgb(101,82,93); }
H1.HeaderClassName
{
color: #65525D;
}
.AnyTagClassName
{
color: #65525D;
}
</style>
background-color css
<style>
a { background-color: #65525D; }
a { background-color: rgb(101,82,93); }
div.DivClassName
{
background-color: #65525D;
}
.BgClassName
{
background-color: #65525D;
}
</style>
border-color css
<style>
span { border-color: #65525D; }
span { border-color: rgb(101,82,93); }
td.TdClassName
{
border-color: #65525D;
}
.TagClassName
{
border-color: #65525D;
}
</style>