Shades of Finn #65575F
Tints of Finn #65575F
RGB
CMYK
RGB Variations
Color information
#65575F (or 0x65575F) is known color: Finn. HEX triplet: 65, 57 and 5F. RGB value is (101,87,95). Sum of RGB (Red+Green+Blue) = 101+87+95=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 101 - color contains mainly: red. Hex color #65575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65575F is #9AA8A0. Grayscale: #5C5C5C. Windows color (decimal): -10135713 or 6248293. OLE color: 6248293.
HSL color Cylindrical-coordinate representation of color #65575F: hue angle of 325.71º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #65575F is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 87 | 95 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.60 |
| HSL | 325.71º | 0.07% | 0.37% | - |
| HSV(B) | 325.71º | 0.14% | 0.4% | - |
| XYZ | 10.84 | 10.41 | 12.26 | - |
| YUV | 92.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 95 | 0 | 0.14 | 0.06 | 0.60 | 325.71 | 0.07 | 0.37 |
| Hex | 65 | 57 | 5F | 0 | E | 6 | 3C | 146 | 7 | 25 |
| Octal | 145 | 127 | 137 | 0 | 16 | 6 | 74 | 506 | 7 | 45 |
| Binary | 1100101 | 1010111 | 1011111 | 0 | 1110 | 110 | 111100 | 101000110 | 111 | 100101 |
Color Harmonies of #65575F
Complementary color
Monochromatic Colors of #65575F
Black with #65575F
Text Example
Text Example
White with #65575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65575F; }
p { color: rgb(101,87,95); }
H1.HeaderClassName
{
color: #65575F;
}
.AnyTagClassName
{
color: #65575F;
}
</style>
background-color css
<style>
a { background-color: #65575F; }
a { background-color: rgb(101,87,95); }
div.DivClassName
{
background-color: #65575F;
}
.BgClassName
{
background-color: #65575F;
}
</style>
border-color css
<style>
span { border-color: #65575F; }
span { border-color: rgb(101,87,95); }
td.TdClassName
{
border-color: #65575F;
}
.TagClassName
{
border-color: #65575F;
}
</style>